Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

PHPDoc tags

skyzyx edited this page Oct 31, 2012 · 20 revisions

Vanity strives to match the behavior of the draft-quality PHPDoc PSR proposal. In places where the documentation for a given tag is incomplete, Vanity aims to adhere to the classic phpDocumentor manual for compatibility reasons.

NOTE: It is important to clarify that PHPDoc is the name of the de-facto standard for annotating DocBlocks in PHP source code. phpDocumentor, by contrast, is the name of a documentation generation tool.

@tags

Vanity comprehends the following PHPDoc tags (not all are used in the default template):

Currently implemented

NOTE: Nested internal tags are not presently supported.

Description of enhancements

Not supported

These tags have been deprecated or removed from the specification, and are not supported by Vanity.

  • @category
  • @filesource
  • @final
  • @ignore
  • @subpackage
Clone this wiki locally