0
votes
3answers
39 views
Is it possible to use phpDocumentor for parsing of DocBlock tags?
I want to use phpDocumentor classes for parsing of my own PHP documentation and working with results. I can do this manually, but I'm pretty sure that phpDocumentor could be used.
The problem is that …
3
votes
3answers
203 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
2answers
22 views
Parsing Javascript files with phpDocumentor
I've been playing with phpDocumentor recently and found it quite suitable for my needs. I'm largely working with PHP/HTML/JS/CSS codebases and would like phpDocumentor to parse my Javascript (and …
2
votes
2answers
42 views
Declaring lots of variables for phpdoc without starting each with /**
I have objects with many variables that I declare and explain in the comments. I am commenting very thoroughly for later processing using phpDoc, however I have no experience with actually compiling …
1
vote
2answers
102 views
phpDocumentor goes to PHP, as X goes to Python (Django)
What is the X?
Thanks
1
vote
1answer
130 views
Integrating Images in a Docbook Manual in conjunction with phpDocumentor
Hi,
is there a possibility to include images into a docbook manual compiled by phpDocumentor?
I tried both:
<mediaobject>
<imageobject>
<imagedata fileref="payment_flowchart.png" …
0
votes
0answers
147 views
netbeans style auto phpDocumentor
Is there anything similar to netbean's Javadoc auto comment tool for PHP/phpDocumentor? In the netbeans implementation:
A dialog pops up and allows you to run
through all the members of your …
0
votes
2answers
260 views
PhpDocumentor installed via PEAR on OSX not working - missing files?
Hi there.
I'm basically new to PEAR (and PhpDocumentor); I installed PhpDocumentor using the PEAR CLI, and everything seemed to go fine... until I went to use it, at which point I got the following …
1
vote
2answers
179 views
Unable to exclude directories from PHPDocumentor
Hi all,
I'm trying to run PHPDocumentor on my WAMPServer setup. It runs fine, but I'd like to exclude certain directories, such as \sqlbuddy\ which don't contain my own code. Ironically, …
