Annotations

Annotations can be used in classes to help generating the documentation. The Markups in the documentaion files are able to access all these annotations.

CodeDocs uses the Doctrine Annotations library. You can also use your own Annotations by extending \CodeDocs\Annotation.

Here's a list of all build-in annotations provided by CodeDocs:

Name Description
CodeDocs\Tag Creates a tag that can be used to filter classes, methods, etc.
CodeDocs\Topic Creates a topic that can be used by the topic() markup function.