phpdocumentor is Documentation Generator for PHP written in PHP.

learn more… | top users | synonyms

21
votes
3answers
2k views

Is phpDocumentor dead?

Or is it just at a 'finished' state? I've used PHPDoc for many years on all my PHP projects, but I recently noticed that the last post on the PHPDoc website was from 2008. So I'm wondering if it's ...
18
votes
9answers
2k views

Parsing PHP Doc Comments into a Data Structure

I'm using the Reflection API in PHP to pull a DocComment (PHPDoc) string from a method $r = new ReflectionMethod($object); $comment = $r->getDocComment(); This will return a string that looks ...
17
votes
3answers
2k views

Netbeans-esque retrospective auto-comment/phpDocumentor tool (for Eclipse or standalone)

Is there anything similar to netbean's Javadoc auto comment tool for PHP/phpDocumentor/Eclipse? In the netbeans implementation: A dialog pops up and allows you to run through all the members of ...
9
votes
2answers
209 views
+100

How to write code block using phpDocumentor, tutorials/extended documentation?

How to write code blocks using phpDocumentor while writing tutorials/extended documentation? I have tried <programlisting>, it can generate the <code> tag , but it does not parse its ...
8
votes
2answers
4k views

Fill @version tag with subversion in Eclipse

I would like to fill the comment tag @version with Subclipse or Subversion in Eclipse. CVS has done this automatically but Subversion isn't. This would be very helpful. I tried to google "@version" ...
8
votes
4answers
2k views

phpDocumentor alternative consuming less memory

Okay, I'm fed up with phpDocumentator. It consumes way much more memory (1.4 GB) and time (5 minutes on 2.6GHz Core 2 Duo) than I'm willing to give it. Does there exist some really compatible program ...
7
votes
4answers
1k views

What is the proper way to document files, classes and constructors?

What is the most useful/most standard/least surprising way to consistently write comment blocks for constructors and classes and files containing just a single class? Comment blocks for classes, not ...
7
votes
2answers
3k views

What is the correct way to document PHP constants (define) with phpDocumentor

How must we document (with phpDocumentor) constants defined with define() in PHP? I found nothing in the docs, but found the following example (which I don't see it's use) in the sample2.php: /**#@+ ...
6
votes
5answers
2k views

phpDocumentor - Could not open input file: phpdoc.php

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 by step what should I do ...
5
votes
2answers
5k views

How to document class properties in PHP 5 with phpDocumentor

Take in consideration the following PHP 5 class: class SomeClass { //I want to document this property... private $foo; function __construct() { } public function ...
5
votes
3answers
6k views

Netbeans and PhpDocumentor

I have downloaded Netbeans 7.0 beta as I wanted to give the PhpDoc functionality a bash, but can't get it to work. I seem to be falling over on the configuration options for PhpDoc in netbeans. It is ...
5
votes
1answer
2k views

Comment associative array in PHP Documentor

Hey Guys, i hope someone can help me out on this one here. I use several associative arrays in my php application and i'm using php documentor to comment my sources. I never really did specified ...
5
votes
1answer
3k views

PHPDocumentor date problem warnings

I'm having some issues getting phpdoc to run correctly. The docs are being generated for the most part successfully, but I get the following warning many times: Warning: date(): It is not safe to ...
5
votes
2answers
2k views

PHPDoc Template

I was wondering, if someone had a nice template (like the documentation on php.net) for PHPDoc... I don't like the standard templates and can't find new ones on google... I like php.net ...
4
votes
3answers
2k views

Defining namespaces in phpDoc syntax

Can anyone tell me what the correct way to define php namespaces in phpDoc syntax is? Or, is @package deprecated in phpDoc, since namespaces more or less define a package? If there is none, is there ...
4
votes
3answers
3k views

PhpDocumentor installed via PEAR on OSX not working - missing files?

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 error: ...
4
votes
2answers
1k views

How to use @package & @subpackage in phpdoc?

I'm wondering how I should use @package & @subpackage for class doc. let say I've the following class class My_Controller_Action_Helper_MyHelperAction extends Foo_Bar {} Should it be: ...
4
votes
4answers
2k 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 ...
4
votes
2answers
246 views

Documenting PHP, should I copy/paste if I extend a class?

I have a PHP class with a method. In the base class (it's more like a prototype, but I'm not using prototypes because we have to be backwards compatible), I document the parameters and description of ...
4
votes
2answers
334 views

What is the status of PHPDoc?

I never cared much about documenting my code before, but recently I started working on an open source project and the need arose. Obviously the 'weapon of choice" is PHPDoc, but... I couldn't really ...
4
votes
1answer
497 views

PHP Documentor --output option

I have installed PHP Documentor through PEAR. but output option is not working. when i use simple command like phpdoc -d source/path -t target/path --template responsive it works fine. but when ...
3
votes
2answers
554 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 ...
3
votes
1answer
33 views

phpDocumentor tab delimiter

Pretty simple one: is it ok to use tabs inside phpDocumentor tags? Like: /** * @param string @some_var Description */ There's a tab between @some_var and Description Didn't find ...
3
votes
1answer
71 views

phpDocumentor How to document available options for string parameter

I have a public method for a class and I would like to document the available string values that the method can accept. Would this be acceptable: /** * Set size of photos * * @param string $size can ...
3
votes
1answer
606 views

phpDocumentor: document only classes

I'm trying to learn about phpDocumentor. I usually put a classe per file. Am I forced to document file and classes? I want to document just classes (Why should i document files?) but i receive ...
3
votes
1answer
764 views

Easy Rundown, Comprehensive phpDocumentor Tutorial?

I find the one available at the website to be very overwhelming for a newbie at this. Is there a better tutorial out there, one that takes it a little slower, instead of throwing 3 long php source ...
2
votes
5answers
2k views

Can't set/find detect_unicode to Off

I'm want to start using phpDocumentor and the manual installation keeps throwing an error about me not having set detect_unicode = Off in my php.ini in Terminal. When I add it to my php.ini it ...
2
votes
3answers
410 views

Parsing phpdoc comments using PHPDocumentor

I'm looking to convert PHPDocumentor output to a format I can traverse through in PHP (Ideally, I want an array of all the functions with their comments). Is there any way to do this?
2
votes
3answers
2k views

Unable to exclude directories from PHPDocumentor

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, PHPDocumentor appears ...
2
votes
2answers
2k views

Installing manually PHPDocumentor on Mac

After trying to install PHPDocumentor with PEAR install with no success, i tried it manually as is detailed on the official website: http://www.phpdoc.org/docs/latest/for-users/installation.html I ...
2
votes
1answer
535 views

Php with NetBeans: Applying new PhpDoc without the actual declaration

Is there a way to apply new PhpDoc without redeclaration of method, for instance I have a class which: class GeneralContainer { private $children; public function __construct() { ...
2
votes
2answers
840 views

Bring PHPdoc to include CakePHP .ctp files

I'm documenting my CakePHP app using PHPdocumentor. As you might know, after CakePHP convention, the views are contained in .ctp files (e.g. app/views/addresses/index.ctp), which are basically normal ...
2
votes
3answers
2k 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
1answer
151 views

PHPDocumentator is creating .cs files instead of .css

I've got PHPDocumentator installed and it's almost working as excepted. However, for some reason, it's creating the CSS files as "style.cs", "print.cs", etc. (only one "s"), while these files are ...
2
votes
1answer
125 views

Optional argument in phpDoc @method signature

Is there a way to mark argument in @method signature as optional in phpDoc? Something like this: /* * @method bool alloc() alloc(int $filesize [, string &$result]) Allocates space for a file to ...
2
votes
2answers
240 views

Documenting groups of class constants with phpDocumentor

Let's say I've got a method that has a parameter, whose valid values are declared as class constants (think PGSQL_ASSOC/PGSQL_NUM/PGSQL_BOTH). And there's another method, with a similar parameter, ...
2
votes
1answer
229 views

Documenting private methods

Is it possible to pull out the documentation for private methods with phpDocumentor? I realize this wouldn't normally be done, but in my current project it would be useful.
2
votes
2answers
447 views

PHPDocumentor, Netbeans & GraphViz

I configured my phpdpc.bat as the following in netbeans: C:\xampp\php\phpdoc.bat --sourcecode -o HTML:Smarty:default I've found the information that I can build some how graphviz grafics with ...
2
votes
1answer
171 views

Documentor for javascript

Where I work we are using phpdocumentor and it works fine. But I cannot find an application to do the same for javascript. I found a few answer on stackoverflow, but they are all 2 years old : What ...
2
votes
1answer
1k views

How do I use phpdocumentor web interface? [closed]

I'm trying to document my code using Phpdocumentor.. does anyone know How do I use Phpdocumentor web interface or some tutorial explaining this?
2
votes
2answers
281 views

phpDocumentor @global and @name question

First day I use phpDocumentor and so far so good, but I have a question that I didn't catch in the manual... The documentation of global variables. How would I document this code if: $someGlobalVar ...
2
votes
1answer
54 views

Documenting constants with PHP documentor [duplicate]

Possible Duplicate: phpDoc class constants documentation I have defined several constants in my project configuration file. The constants are all well commented within the file, but ...
2
votes
1answer
64 views

The best way to securely share the documentation for my PHP web app? [closed]

I'm using PHPDocumentor to generate the documentation for my web application. This is working well and I am pleased with the results so far. However I need to make this documentation available from ...
2
votes
2answers
560 views

How to generate documentation from css file?

I reference to CSSDoc specification and want to generate comment documentation from css file. The first thought used phpdocumentor tool. When execute phpdoc -o HTML:frames:default -f main.css -t docs ...
2
votes
3answers
135 views

PhpDocumentor how to avoid * in front of each new comment line

According to PhpDocumntor each block of comment in order to be converted into a valid piece of documentation requires to be encapsulated like this: /** * This function is used blah, blah, blah * line ...
1
vote
2answers
291 views

phpDocumentor goes to PHP, as X goes to Python (Django) [closed]

phpDocumentor goes to PHP, as X goes to Python (Django) What is the X?
1
vote
2answers
622 views

phpdoc vs. phpxref

Does one have capabilities the other doesn't? is it a problem the neither has been updated in about 3 years? Is there something lacking from both?
1
vote
2answers
415 views

How to use phpDocumentor for CodeIgniter

I've built quite an extensive web application and I was looking through the style guide for CodeIgniter (CI) to see how to do comments. It has things like this for classes and methods: /** * Super ...
1
vote
1answer
116 views

Proper way to denote array data type for phpDocumentor?

Which of the following is the proper way to document the return type of this method for phpDocumentor? Method 1: /** * @return array Foo array. */ public function foo() { return array(1, 2, ...
1
vote
1answer
218 views

phpDocumentor Output Parameters

I've got a block of code which was written a while ago and I'm looking to document, but one of the functions has an output parameter - how should a phpDoc-block be written to specify that a parameter ...

1 2 3