Top "Phpdoc" questions

phpDocumentor (phpdoc) is an automatic code-documentation tool for PHP, based on Javadoc.

annotating a local variable in php

I am using Eclipse PDT and I want to annotate a local variable using Phpdoc. All I see is that …

php variables local phpdoc
Best practices: Use of @throws in php-doc, and how it could be handle

Let's say I have a class with a method like this: /* * * Loads the user from username. * * @param string $username The …

php exception phpdoc
How to change the default author in PhpStorm for PHPDoc

I search for a moment a way to change the name and mail used by PHPDoc in PhpStorm when you …

configuration phpstorm phpdoc
phpDoc class constants documentation

How do I document class constants for phpDoc? I've read the manual but I can't find anything about them.

php class documentation constants phpdoc
Correct syntax for inheritDoc in phpDocumentor

What is the correct syntax for @inheritDoc in phpDocumentor if I just want to inherit all of the documentation from …

php phpdoc inheritdoc
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 …

php phpdoc
Exclude certain directories and files in pdepend, phpmd, phpcpd, phpcs, phpdoc, phploc

In my project there are certain directories and certain php files which are very large in size due to which …

phpunit jenkins phpdoc php-codebrowser
Phpdoc No Summary found for this file

I've installed phpDoc on our server, set up etc. It's producing documentation correctly. We're using the 'Responsive' template, however this …

php phpdoc
Is there a way for phpDoc to document an array of objects as a parameter?

In phpDoc-generated documentation I can cause phpDoc to generate a link to a custom type definition for a given param …

arrays phpdoc custom-type
PHPDoc documentation generator in or out of Eclipse?

I am developing with Eclipse + PDT. I've been adding phpdoc comments into my code, but actually never generated a resulting …

php eclipse documentation phpdoc