diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-09-27 19:20:12 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-09-27 19:20:12 (GMT) |
commit | 22dc10cfbe5042f21b9d706e5e8bb41749f65786 (patch) | |
tree | 5485e95b8a8a758f2d0d0a39e611d4d9b1ad519b /doc | |
parent | db36de70fc9090e26c22ab288492407becb3a95e (diff) | |
download | Doxygen-22dc10cfbe5042f21b9d706e5e8bb41749f65786.zip Doxygen-22dc10cfbe5042f21b9d706e5e8bb41749f65786.tar.gz Doxygen-22dc10cfbe5042f21b9d706e5e8bb41749f65786.tar.bz2 |
Release-1.4.4-20050927
Diffstat (limited to 'doc')
-rw-r--r-- | doc/htmlcmds.doc | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc index 0c8cd3b..18422de 100644 --- a/doc/htmlcmds.doc +++ b/doc/htmlcmds.doc @@ -102,7 +102,19 @@ The special HTML character entities that are recognized by Doxygen: <ul> <li><tt>\©</tt> the copyright symbol -<li><tt>\"</tt> a double quote +<li><tt>\&tm;</tt> the trade mark symbol +<li><tt>\®</tt> the registered trade mark symbol +<li><tt>\<</tt> less-than symbol +<li><tt>\></tt> greater-than symbol +<li><tt>\&</tt> ampersand +<li><tt>\'</tt> single quotation mark (straight) +<li><tt>\"</tt> double quotation mark (straight) +<li><tt>\‘</tt> left single quotation mark +<li><tt>\’</tt> right single quotation mark +<li><tt>\“</tt> left double quotation mark +<li><tt>\”</tt> right double quotation mark +<li><tt>\–</tt> n-dash (for numeric ranges, eg. 2–8) +<li><tt>\—</tt> m-dash (for parenthetical punctuation — like this) <li><tt>\&?uml;</tt> where ? is one of {A,E,I,O,U,Y,a,e,i,o,u,y}, writes a character with a diaeresis accent (like ä). <li><tt>\&?acute;</tt> where ? is one of {A,E,I,O,U,Y,a,e,i,o,u,y}, |