/Main_Page

::You must have ninja focus to complete your mission::NinjaFocus::

PhpDocumentor

Views:

(Back to the PHP page)

  • @abstract - for abstract classes
  • @access <private|protected|public> controls the documentation of the element
  • @author - use < and > around email address
  • @copyright - copy right details for any element
  • @depreciated - depreciation flag, can be used with a string
  • @example <file path> - any file fopen() can access, must have .php extension. File is displayed in docs with syntax highlighting. Use ./examples/ dir in current directory, set --examplesdir as command line option or use examples dir at top level of folder structure.
  • @final
  • @global <datatype> <varname> [description]
  • @ignore - prevent inclusion in generated documentation
  • @internal - mark as private, only parsed with --parseprivate command line option
  • @license <url> - hyperlink to url of license

Main Menu

Personal tools

Toolbox