I\'m trying to use phpDocumentor (for the first time, I have no idea what I\'m doing).
Actually, I want to use it only with SublimeText 2 and this plugin. Can you guide me step
PHP's include_path will need the path to the directory that contains that phpdoc.php file. Otherwise, none of the phpDocumentor code that uses require/include statements with relative paths will be able to find anything.