diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-05-29 14:42:55 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-05-29 14:42:55 (GMT) |
commit | ec291cb108c42511573db24f8bef74d05912b399 (patch) | |
tree | 19babbf402389bc177b810e84f50765390463fcb /doc | |
parent | 27f1e1e9316addcfd0bbc3321b5614ed14f7a1a5 (diff) | |
parent | 8297ed8abe8b234ca9d7780aa18864fe766983c2 (diff) | |
download | Doxygen-ec291cb108c42511573db24f8bef74d05912b399.zip Doxygen-ec291cb108c42511573db24f8bef74d05912b399.tar.gz Doxygen-ec291cb108c42511573db24f8bef74d05912b399.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'doc')
-rw-r--r-- | doc/htmlcmds.doc | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc index e212a64..d041f1e 100644 --- a/doc/htmlcmds.doc +++ b/doc/htmlcmds.doc @@ -32,8 +32,6 @@ of a HTML tag are passed on to the HTML output only <li><tt>\</B\></tt> Ends a <tt>\<B\></tt> section. <li><tt>\<BLOCKQUOTE\></tt> Starts a quotation block. <li><tt>\</BLOCKQUOTE\></tt> Ends the quotation block. -<li><tt>\<BODY\></tt> Does not generate any output. -<li><tt>\</BODY\></tt> Does not generate any output. <li><tt>\<BR\></tt> Forces a line break. <li><tt>\<CENTER\></tt> starts a section of centered text. <li><tt>\</CENTER\></tt> ends a section of centered text. @@ -64,13 +62,17 @@ 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>\<MULTICOL\></tt> ignored by doxygen. -<li><tt>\</MUTLICOL\></tt> ignored by doxygen. <li><tt>\<OL\></tt> Starts a numbered item list. <li><tt>\</OL\></tt> Ends a numbered item list. <li><tt>\<P\></tt> Starts a new paragraph. |