diff options
author | albert-github <albert.tests@gmail.com> | 2014-01-12 12:41:04 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-01-12 12:41:04 (GMT) |
commit | 4b51e6113f1e9e20a5700840d83f1c3928d84825 (patch) | |
tree | 69e1d3d77fe6a21926f132d6fd80c5fe00ceccbb /doc/markdown.doc | |
parent | a642629761d43d53f3ade41c78530d0c7228a84d (diff) | |
download | Doxygen-4b51e6113f1e9e20a5700840d83f1c3928d84825.zip Doxygen-4b51e6113f1e9e20a5700840d83f1c3928d84825.tar.gz Doxygen-4b51e6113f1e9e20a5700840d83f1c3928d84825.tar.bz2 |
Documentation corrections
Corrected some spelling errors and added / correceted some references
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r-- | doc/markdown.doc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc index 90caebe..b539410 100644 --- a/doc/markdown.doc +++ b/doc/markdown.doc @@ -65,11 +65,11 @@ Just like Markdown, doxygen supports two types of headers Level 1 or 2 headers can be made as the follows - This is an level 1 header - ========================= + This is a level 1 header + ======================== - This is an level 2 header - ------------------------- + This is a level 2 header + ------------------------ A header is followed by a line containing only ='s or -'s. Note that the exact amount of ='s or -'s is not important as long as @@ -530,7 +530,7 @@ stars, so the following will appear as-is: a_nice_identifier Furthermore, a `*` or `_` only starts an emphasis if -- it is followed by an alphanumberical character, and +- it is followed by an alphanumerical character, and - it is preceded by a space, newline, or one the following characters `<{([,:;` An emphasis ends if @@ -574,7 +574,7 @@ following as one list with 3 numbered items: Doxygen however requires that the numbers used as marks are in strictly ascending order, so the above example would produce 3 lists -with one item. An item with a equal or lower number than +with one item. An item with an equal or lower number than the preceding item, will start a new list. For example: 1. Item1 of list 1 |