summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-05-29 14:41:38 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-05-29 14:41:38 (GMT)
commitb9f47c5f34759cf56c904d6c4395f84a3e0b52ea (patch)
tree7ca4acf8945e6b536f4f915b42c5939431ee98e8
parentbaeed6b96df83bc70f64e399267141ef9d574eff (diff)
parent04c89e604877fa9a4aea160d971c782006872710 (diff)
downloadDoxygen-b9f47c5f34759cf56c904d6c4395f84a3e0b52ea.zip
Doxygen-b9f47c5f34759cf56c904d6c4395f84a3e0b52ea.tar.gz
Doxygen-b9f47c5f34759cf56c904d6c4395f84a3e0b52ea.tar.bz2
Merge pull request #177 from albert-github/feature/missing_html
Added documentation for some missing HTML commands
-rw-r--r--doc/htmlcmds.doc8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc
index a5e40a1..d041f1e 100644
--- a/doc/htmlcmds.doc
+++ b/doc/htmlcmds.doc
@@ -62,9 +62,15 @@ of a HTML tag are passed on to the HTML output only
<li><tt>\</H2\></tt> Ends an unnumbered subsection.
<li><tt>\<H3\></tt> Starts an unnumbered subsubsection.
<li><tt>\</H3\></tt> Ends an unnumbered subsubsection.
+<li><tt>\<H4\></tt> Starts an unnumbered subsubsection.
+<li><tt>\</H4\></tt> Ends an unnumbered subsubsection.
+<li><tt>\<H5\></tt> Starts an unnumbered subsubsection.
+<li><tt>\</H5\></tt> Ends an unnumbered subsubsection.
+<li><tt>\<H6\></tt> Starts an unnumbered subsubsection.
+<li><tt>\</H6\></tt> Ends an unnumbered subsubsection.
<li><tt>\<I\></tt> Starts a piece of text displayed in an italic font.
<li><tt>\</I\></tt> Ends a <tt>\<I\></tt> section.
-<li><tt>\<IMG\></tt> This command is written with attributes to the HTML output only.
+<li><tt>\<IMG SRC="..." ...\></tt> This command is written with its attributes to the HTML output only. The SRC attribute is mandatory.
<li><tt>\<LI\></tt> Starts a new list item.
<li><tt>\</LI\></tt> Ends a list item.
<li><tt>\<OL\></tt> Starts a numbered item list.