example

Namespaces can be documented like any other entity. In fact, namespace must be documented in order for variables and functions to appear in Doxygen’s output. Only a single instance of the namespace should be documented.

Classes

  • example::ExampleDoxygen: This is a class. The text up to the first empty line is considered the “brief” comment. It can span multiple sentences and lines, much like this comment.