Tagged Questions
3
votes
4answers
1k views
how to create phpdoc Tutorial / Extended pages to supplement commented code
I'm trying everything I can to get phpdocumentor to allow me to use the DocBook tutorial format to supplement the documentation it creates:
I am using Eclipse
I've installed phpDocumentor via PEAR ...
1
vote
0answers
48 views
PHPDocumentor throwing an error
PHPDocumentor is throwing the following error:
I am using the docbuilder interface
Fatal error: Smarty error: [in evaluated template line 5]: [plugin] unknown tag - 'main' (core.load_plugins.php, ...
0
votes
1answer
80 views
PhpDocumentor ubuntu installation
I use Ubuntu 11.10, and I want install phpdocumentor. I use this tutorial. But
If you navigate to http://localhost/PhpDocumentor/ (note that the URL is case sensitive) you will find the installation ...
0
votes
2answers
188 views
PHP autodoc(Inheritance) autodocumentor tags
I am using phpautodocumentor, I am writing a class which extends a class which is in completely different folder, How can I write in comments that I am extending that particular class. Because ...