Yarp documentation is written using Doxygen.
This files explains how the Yarp documentation is generated, and how to contribute to it if you are not familiar with Doxygen.
\ingroup directive, so that they will be ordered under a specific yarp module.\page directive and automatically put by doxygen in the Other pages section.\subpage directive, then the page is removed from the main level of index tree (i.e. Other pages ) and put as child of the parent page.\ref directive. This directive will not generate a parent-child relationship (and thus it will be not displayed in the index tree).\defgroup directive and are typically used to define stand-alone components such as libraries.\ingroup directive.\ref directive. (e.g. to provide a link to a tutorial)./ref directives and not subpage directives in order not to have child pages. All pages should be independent.\section directive is always allowed, both in main.dox and in all other pages.