Collaboration diagram for Basic formatting:
|
Formatting is applied using various Doxygen commands (all preceeded by a \) and embedded html blocks.
In the following sections you can see how various formatting element are applied.
\ref Doxygen command. Doxygen currently supports 3 levels of sections. Main sections of a document are "foldable" to allow you get a quick overview of the document's structure.
Main sections (1st. level) are created with the \section command.
\subsection command. \subsubsection command. p tag. table,tr, th, and td html tags.
| Heading 1 | Heading 2 | Heading 3 |
|---|---|---|
| Data11 | Data12 | Data13 |
| Data21 | Data22 | Data23 |
| Data31 | Data32 | Data33 |
dl, dt and dd tags to create definition lists. ul and li tags to create unordered lists. ol and li tags to create unordered lists. hr tag to create horizontal rulers (hr does not need to be followed by a closing tag).
| Tag | Description |
|---|---|
i | Use the i tag to create italics text. |
b | Use the b tag to create bold text. |
code | Use the code tag to create mono-space text. |
br | Use the br tag to create aline break.Note that this tag does not need to be followed by a closing br tag. |
1.4.7