Namespace Hphpdoc\Doc
Classes
Name | Summary |
---|---|
Block | A parsed PHPDoc. |
DescribedTag | Any tag that includes only a typehint and a description. |
ParameterTag | Any tag that includes a typehint, a name, and a description. |
Parser | Parses doc comments |
Tag | Superclass for any parsed PHPDoc. |
TagFactory | Creates tags. |
TypedTag | Any tag that includes only a typehint and a description. |
UriTag | Any tag that includes a URI or a symbol and a description. |
VersionTag | Any tag that includes a version number and a description. |