summaryrefslogtreecommitdiffstats
path: root/doc/htmlcmds.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-05-29 13:28:47 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-05-29 13:28:47 (GMT)
commit04c89e604877fa9a4aea160d971c782006872710 (patch)
tree7ca4acf8945e6b536f4f915b42c5939431ee98e8 /doc/htmlcmds.doc
parentbaeed6b96df83bc70f64e399267141ef9d574eff (diff)
downloadDoxygen-04c89e604877fa9a4aea160d971c782006872710.zip
Doxygen-04c89e604877fa9a4aea160d971c782006872710.tar.gz
Doxygen-04c89e604877fa9a4aea160d971c782006872710.tar.bz2
Added documentation for some missing HTML commands
Added documentation for H4, H5 and H6 command to be complete and extended IMG description a bit
Diffstat (limited to 'doc/htmlcmds.doc')
-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.