PHPDoctor


Package PHPDoctor\Doclets\Standard

The standard doclet, based upon the standard Javadoc doclet.
See:
Description
Class Summary
ClassWriterThis generates the HTML API documentation for each individual interface and class.
DeprecatedWriterThis generates the deprecated elements index.
FrameOutputWriterThis generates the index.html file used for presenting the frame-formated "cover page" of the API documentation.
FunctionWriterThis generates the HTML API documentation for each global function.
GlobalWriterThis generates the HTML API documentation for each global variable.
HTMLWriterThis generates the index.html file used for presenting the frame-formated "cover page" of the API documentation.
IndexWriterThis generates the element index.
PackageFrameWriterThis generates the package-frame.html file that lists the interfaces and classes in a given package for displaying in the lower-left frame of the frame-formatted default output.
PackageIndexFrameWriterThis generates the overview-frame.html file used for displaying the list of package links in the upper-left frame in the frame-formatted default output.
PackageIndexWriterThis class generates the overview-summary.html file that lists all parsed packages.
PackageWriterThis generates the package-summary.html files that list the interfaces and classes for a given package.
SourceWriterThis uses GeSHi to generate formatted source for each source file in the parsed code.
StandardThe standard doclet.

Package PHPDoctor\Doclets\Standard Description

The standard doclet, based upon the standard Javadoc doclet. It generates HTML 4 documentation.


PHPDoctor