diff options
Diffstat (limited to 'doc/lists.doc')
-rw-r--r-- | doc/lists.doc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/lists.doc b/doc/lists.doc index f72957e..89b21e8 100644 --- a/doc/lists.doc +++ b/doc/lists.doc @@ -4,15 +4,16 @@ Doxygen provides a number of ways to create lists of items. <b>Using dashes</b> - By putting a number of column-aligned minus (-) signs at the start of a - line, a bullet list will automatically be generated. Instead of the minus - sign also plus (+) or asterix (\*) can be used. +By putting a number of column-aligned minus (-) signs at the start of a +line, a bullet list will automatically be generated. Instead of the minus +sign also plus (+) or asterix (\*) can be used. - Numbered lists can also be generated by using a minus followed by a hash - or by using a number followed by a dot. +Numbered lists can also be generated by using a minus followed by a hash +or by using a number followed by a dot. + +Nesting of lists is allowed and is based on indentation of the items.<p> +Here is an example: - Nesting of lists is allowed and is based on indentation of the items.<p> - Here is an example: \verbatim /*! * A list of events: |