phpdocumentor is Documentation Generator for PHP written in PHP.

learn more… | top users | synonyms

0
votes
1answer
18 views

Avoid error 'Parameter $arg could not be found in method()' on variable arguments methods on phpDocumetor

I've been recently documenting my classes, and one of them has a method with no arguments in its definition, but because I parse them with get_func_args(). Let me show you: public function method() { ...
8
votes
2answers
202 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 ...
0
votes
0answers
6 views

Link to property in PHPDocumentor

Im trying to generate a link from a property to another, and I've tried everything and failed. /** * XXXXX * * Usually, it's used preceded of {@link SwHelper::SW_BASE_URL}. */ I've ...
0
votes
1answer
18 views

Installing phpdocumentor on Uniserver

When I use the PEAR web interface provided by Uniserver 8.8.1 to install phpdocumentor, I get the usual "Downloading..." and then the download finished message. Then, nothing happens. What do I need ...
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
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 ...
1
vote
1answer
94 views

phpDocumentor 2.0 Page-level DocBlock - Where is it?

I have a set of classes, each class is in its own file. I've added appropriate DocBlocks so that I get no errors or warnings when I build the documentation. Here is a very simplified example: ...
-1
votes
0answers
26 views

PHP DOCUMENTOR SUPRESSING WARNINGS [closed]

I am using php documentor 2. I have some phtml files which have no doc block. I am getting this error No page-level DocBlock was found in filename.phtml I don't want these errors to get ...
0
votes
0answers
15 views

phpDocumentor parsing only files which have been updated

I am using phpDocumentor to generate Docs for selected libs, and doc are added to svn( good or bad ?). Each time I run phpdoc command it parses all files and updates all Doc files and only adds ...
1
vote
1answer
31 views

What does “no short description for property” from phpDoc mean?

I'm getting this critical error when running phpDoc on a class file of mine: No short description for property $id. This is the relevant code: /** @type int The user's id. */ private $id = 0; I ...
1
vote
1answer
65 views

PHPDOC Examples Without Line Numbers

According to PHPDocumentor's documentation, to show an example it would be like this: @example [location] [<start-line> [<number-of-lines>] ] [<description>] This seems like a ...
0
votes
0answers
13 views

Accessing custom variables in a template from a phpdoc 2.0 configuration XML file

In phpdoc 2.0, is it possible to add additional custom tags to the phpdoc.xml file in order to make the values they contain available to the template's .xsl files? For example, the xml config file can ...
0
votes
0answers
19 views

phpdoc not parsing constant description

I've been trying to document my configuration file, following the phpdocumentor documention I started with a simplified config file which looks like this: /** * Configuration / Settings file * * ...
0
votes
1answer
101 views

PHPDoc on OSX via PEAR

I'm running OS 10.8.2 (Mountain Lion). I did a fresh install of PEAR just as this blog states: http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leopard/ So I set include_path in ...
0
votes
1answer
85 views

Where should I install phpDocumentor 2?

I want to manually install phpDocumentor 2 on Unix using the installer. I have limited knowledge of the command line, but I do have root access. The instructions say to download the installer to the ...
0
votes
0answers
18 views

use netbeans phpdocumentor array

use netbeans code assist..... $file_list = array(); /** * this is db host */ $file_list['db_host'] = 'localhost'; /** * this is db id */ $file_list['db_id'] = 'root'; $file_list[] -"netbeans ...
0
votes
1answer
36 views

How do I change the path to php in phpDocumentor?

I have at least two (probably three) installations of PHP on my machine. phpDocumentor seems to insist upon using /usr/local/bin/php, while I would prefer it to use /usr/local/php5/bin/php. I haven't ...
0
votes
0answers
69 views

PhpDocumentor2 output in HTML

One big question HOW to generate output in HTML using PhpDocumentor2. Bcs it generates AST with .xml file but when i try to type command with: -o HTML:frames:earthli I get [RunTimeException] that ...
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 ...
0
votes
1answer
33 views

phpundercontrol doesn't find any tests

PhpUndercontrol doesn't finde any test, inside my projects (inside cruisecontrol/projects) I have this: /www/tests/DomainTEst/DomainTest.php (for instance I want to run for now only one test) ...
0
votes
2answers
457 views

phpDocumentor - “Is phpdoc in either the path or include_path in your php.ini file?”

I'm trying to run phpDocumentor and am getting this error... I've searched extensively on Google and cannot find a solution that works, unfortunately I couldn't install via PEAR so I've had to ...
0
votes
0answers
281 views

Templates for phpDoc and PDF [closed]

Anyone know where to find some good templates for phpDocumentor2 (phpdoc)? And also how can I generate PDF through phpdoc?
0
votes
0answers
79 views

phpdocumentor 2 with zend phtml files not working

I have a zend project where I want to use phpDocumentor 2 for documentation. My problem are the phtml files. 1.) I got the error of "No page-level DocBlock was found" although I added it at the ...
0
votes
0answers
80 views

PHPDoc 2 comments: file & namespace

it is possible that the files section (using file level doc block) was removed in V2? I am happy about it because I prefer single classes in each file and only need the class docblock. I was just ...
3
votes
1answer
605 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 ...
0
votes
3answers
270 views

what to use for php documentation generation?

What do you use for automatic PHP docs generation. I know about phpdocumentor. but it looks like it didn't have a single release within 2010. Should I just use it or are there any alternatives?
0
votes
0answers
28 views

Is there any phpDocumentor 2 printable output?

Is there any quick way to output printable documentation using phpDocumentor 2? Option -o doesn't work...
1
vote
0answers
66 views

PHPDoc Create/Modified Date/Timestamp

What (if any) tag can be used to specify a create and/or last modified date for PHPDocumentor? For example: @created 2013-01-01 @author John Doe @updated 2013-01-06 This is primarily for ...
1
vote
1answer
79 views

Phpdocumentor and Slim routers documentation

I use phpdocumentor for generating of documentation for my project. It generates good documentation for my functions like: /** * Hash generator * * Long description * ...
0
votes
1answer
314 views

phpDocumentor 2 installer fails to install symfony/Console with composer

I've downloaded (cloned) the github version of phpdocumentor 2 and followed the installation instructions found on the phpdoc website At the composer installation step 3 (php composer.phar install) I ...
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 ...
1
vote
1answer
48 views

How do i ignore specific files in phpDocumentor

I am documenting a program i built in PHP with phpDocumentor. Everything is working perfect, but the documentation shows me i have close to 100 errors because it is reading a file that i use to upload ...
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 ...
0
votes
2answers
336 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 ...
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 ...
0
votes
1answer
56 views

phpdoc web interface: Undefined offset: 1 in <PHPDOCDIR>\src\phpDocumentor\Console\Input\ArgvInput.php

I've installed phpdoc using the installer.php file, and when I open phpdoc.php from wamp (localhost/phpDocumentor/bin/phpdoc.php) I get this error: Notice: Undefined offset: 1 in ...
0
votes
2answers
549 views

php.ini - command line PHP and WAMP server access different files

I don't know if this is default behavior or not, but it seems weird to me. I installed WAMP server v2.2e from scratch, with PHP 5.4.3, on a windows 7 machine. I get these minor bugs that i don't ...
1
vote
1answer
287 views

phpDocumentor2: XSLT not found

if i call the phpDocumentor to generate a documentation all works fine until the XSLT-Transformation begins. Then i get following message: [phpDocumentor\Plugin\Core\Exception] The XSL writer was ...
0
votes
1answer
131 views

PHPDoc wiki template

I recently upgraded to phpdoc 2 and want to create a solution for outputting my api to wiki markup, instead of html or pdf. In /usr/share/php5/data/PhpDocumentor/Converters, I see the CHM, HTML, PDF, ...
2
votes
1answer
124 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 ...
0
votes
0answers
203 views

Custom templates with phpDocumentor 2

I've been trying to get a custom template to work with PHPDocumentor (2) without much luck. The documentation on their site is incomplete and I'm kind of stumped. What I've done is downloaded a copy ...
0
votes
1answer
742 views

PhpDocumentor ubuntu installation

I use Ubuntu 11.10, and I want install phpdocumentor. I use the tutorial How to install PhpDocumentor on Ubuntu. But: If you navigate to http://localhost/PhpDocumentor/ (note that the URL is case ...
0
votes
1answer
25 views

Generating document for a huge PHP file

I have a huge PHP File ( approx 2 MB). As its a third party file so can't change it. Now I want to generate documentation for it using automatic documentation generators. I tried Doxygen, Apigen and ...
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 ...
1
vote
1answer
37 views

phpDocumentor page-level docstrings

We have a page-level docblock like the following: /** * Functions for the processing, displaying, and searching of listings * * @package ListingFunctions * */ The rest of the file has functions ...
0
votes
1answer
283 views

Netbeans 7.2.1 + XAMPP

I develop primarily remotely using NetBeans 7.2.1. I'm beginning to see that NetBeans can use a local php interpreter for more than just running the code locally. I stumbled across loads of ...
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 ...
0
votes
2answers
54 views

phpDocumentor - How to document a different author updating code, and a date?

Let's say original documentation for a class looks like this: /** * My custom class * * This class helps you do stuff. It's really great. * * @author David Smith * @version 1.0 */ If I ...
0
votes
1answer
47 views

PHPDOC2 OUTPUT NOT PRODUCE

After installed the phpdoc. I have run the phpdoc run -h it gave the output. But when run the phpdoc run -d . -t ouput not produce any output.Any changes need to do please suggest me. Thanks ...
0
votes
1answer
89 views

Is there a documentor available for HTML/CSS?

Like PHPDocumentor is to PHP and Doxygen is to JAVA, C++, C#, Fortran, etc.,

1 2 3