summaryrefslogtreecommitdiffstats
path: root/doc/htmlcmds.doc
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-04-01 17:28:27 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-04-01 17:28:27 (GMT)
commit790edce05edc348b237258995816da1708d67a73 (patch)
tree9ab56725fa008f006370f074ed17023811bbc55f /doc/htmlcmds.doc
parentea948596d3aecd47d7459244fc4e28a2903d8985 (diff)
downloadDoxygen-790edce05edc348b237258995816da1708d67a73.zip
Doxygen-790edce05edc348b237258995816da1708d67a73.tar.gz
Doxygen-790edce05edc348b237258995816da1708d67a73.tar.bz2
Release-1.2.6-20010401
Diffstat (limited to 'doc/htmlcmds.doc')
-rw-r--r--doc/htmlcmds.doc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc
index 8c9c28c..6cc320c 100644
--- a/doc/htmlcmds.doc
+++ b/doc/htmlcmds.doc
@@ -91,7 +91,7 @@ documentation. Note that all attributes of a HTML tag are ignored
<li>\c </VAR> Ends a \c </VAR> section.
</ul>
-The special HTML characters entities that are recognized by Doxygen:
+The special HTML character entities that are recognized by Doxygen:
<ul>
<li>\c &copy; the copyright symbol
@@ -107,6 +107,11 @@ The special HTML characters entities that are recognized by Doxygen:
<li>\c &?tilde; where ? is one of {A,N,O,a,n,o},
writes a character with a tilde accent (like &atilde;).
<li>\c &szlig; write a sharp s (i.e. &szlig;) to the output.
+<li>\c &?cedil; where ? is one of {c,C},
+ writes a c-cedille (like &ccedil;).
+<li>\c &?ring; where ? is one of {a,A},
+ writes an \c a with a ring (like &aring;).
+<li>\c &nbsp; a non breakable space.
</ul>
*/