diff options
author | albert-github <albert.tests@gmail.com> | 2014-05-26 18:57:36 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-05-26 18:57:36 (GMT) |
commit | 8199b2d105313efd30367c7a03b57bf7a7d2180b (patch) | |
tree | ed86348f41ea7c3e6660c7b4fecc96942c3a7554 | |
parent | 16ba4bd5744c2e5fbfabe95b27736b8ca8030390 (diff) | |
download | Doxygen-8199b2d105313efd30367c7a03b57bf7a7d2180b.zip Doxygen-8199b2d105313efd30367c7a03b57bf7a7d2180b.tar.gz Doxygen-8199b2d105313efd30367c7a03b57bf7a7d2180b.tar.bz2 |
Removed not implemented HTML commands from documentation
This concerns the BODY and MULTICOL tags.
-rw-r--r-- | doc/htmlcmds.doc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc index e212a64..a5e40a1 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. @@ -69,8 +67,6 @@ of a HTML tag are passed on to the HTML output only <li><tt>\<IMG\></tt> This command is written with attributes to the HTML output only. <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. |