<hr> patch
Francesco Montorsi <[email protected]>
| Newsgroups | gmane.text.doxygen.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
while looking at doxygen docs I've noticed a small defect in the command
listing page: some <hr> are missing...
I've added them and I'm attaching the patch...
Happy new year!
Francesco
------------------------------------------------------------------------------
_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop
hr.patch
(text/x-diff, 1.5 KB)
Index: doc/commands.doc
===================================================================
--- doc/commands.doc (revisione 673)
+++ doc/commands.doc (copia locale)
@@ -219,6 +219,7 @@
\sa page \ref grouping "Grouping", sections \ref cmddefgroup "\\defgroup", \ref cmdingroup "\\ingroup" and
\ref cmdweakgroup "\\weakgroup".
+<hr>
\section cmdcallgraph \\callgraph
\addindex \\callgraph
@@ -319,7 +320,6 @@
stripped from the full path before it appears in the output.
<hr>
-
\section cmdenum \\enum <name>
\addindex \\enum
@@ -872,6 +872,7 @@
The \\attention command ends when a blank line or some other
sectioning command is encountered.
+<hr>
\section cmdauthor \\author { list of authors }
\addindex \\author
@@ -1409,6 +1410,7 @@
sectioning command is encountered. See section \ref cmdauthor "\\author"
for an example.
+<hr>
\section cmdxrefitem \\xrefitem <key> "(heading)" "(list title)" {text}
\addindex \\xrefitem
@@ -1446,6 +1448,7 @@
Commands to create links
\htmlonly --- </center>\endhtmlonly</h2>
+<hr>
\section cmdaddindex \\addindex (text)
\addindex \\addindex
@@ -1621,6 +1624,7 @@
Commands for displaying examples
\htmlonly --- </center>\endhtmlonly</h2>
+<hr>
\section cmddontinclude \\dontinclude <file-name>
\addindex \\dontinclude
@@ -2425,6 +2429,7 @@
This command writes the \> character to the output. This
character has to be escaped because it has a special meaning in HTML.
+<hr>
\section cmdperc \\\%
\addindex \\\%