summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-04-01 17:28:27 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-04-01 17:28:27 (GMT)
commitc47269c4f1fb1387d6876075f3b2e935354d5b76 (patch)
tree9ab56725fa008f006370f074ed17023811bbc55f /doc
parentb11bb229001fbb79399e3c21860ae6fb4608e77a (diff)
downloadDoxygen-c47269c4f1fb1387d6876075f3b2e935354d5b76.zip
Doxygen-c47269c4f1fb1387d6876075f3b2e935354d5b76.tar.gz
Doxygen-c47269c4f1fb1387d6876075f3b2e935354d5b76.tar.bz2
Release-1.2.6-20010401
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc17
-rw-r--r--doc/htmlcmds.doc7
2 files changed, 22 insertions, 2 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 92491ae..c6aa049 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -77,6 +77,7 @@ documentation:
<li> \refitem cmdfile \file
<li> \refitem cmdfn \fn
<li> \refitem cmdhideinitializer \hideinitializer
+<li> \refitem cmdhtmlinclude \htmlinclude
<li> \refitem cmdhtmlonly \htmlonly
<li> \refitem cmdif \if
<li> \refitem cmdimage \image
@@ -899,7 +900,7 @@ Public/Protected/Private/... section.
\subsection cmdanchor \anchor <word>
\addindex \anchor
- This command places an invisble, named anchor into to documentation
+ This command places an invisible, named anchor into to documentation
to which you can refer with the \\ref command.
\sa section \ref cmdref "\\ref".
@@ -1118,6 +1119,20 @@ Public/Protected/Private/... section.
The command is equivalent to pasting the file in the documentation and
placing \\verbatim and \\endverbatim commands around it.
+ Files or directories that doxygen should look for can be specified using the
+ \ref cfg_example_path "EXAMPLE_PATH" tag of Doxygen's configuration file.
+
+<hr>
+\subsection cmdhtmlinclude \htmlinclude <file-name>
+
+ \addindex \htmlinclude
+ This command includes the file \<file-name\> as is in the HTML documentation.
+ The command is equivalent to pasting the file in the documentation and
+ placing \\htmlonly and \\endhtmlonly commands around it.
+
+ Files or directories that doxygen should look for can be specified using the
+ \ref cfg_example_path "EXAMPLE_PATH" tag of Doxygen's configuration file.
+
<hr>
<h2>\htmlonly <center> --- \endhtmlonly
Commands for visual enhancements
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>
*/