diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-05-26 18:27:16 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-05-26 18:27:16 (GMT) |
commit | 16ba4bd5744c2e5fbfabe95b27736b8ca8030390 (patch) | |
tree | 21232c24f48bbaeb064dad44da73345d50e9ddb9 /doc | |
parent | 64f774325035a6e789bfa0087555c7bcb1f01293 (diff) | |
download | Doxygen-16ba4bd5744c2e5fbfabe95b27736b8ca8030390.zip Doxygen-16ba4bd5744c2e5fbfabe95b27736b8ca8030390.tar.gz Doxygen-16ba4bd5744c2e5fbfabe95b27736b8ca8030390.tar.bz2 |
Removed unsupported HTML commands from the docs
Diffstat (limited to 'doc')
-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 b07509c..e212a64 100644 --- a/doc/htmlcmds.doc +++ b/doc/htmlcmds.doc @@ -57,8 +57,6 @@ of a HTML tag are passed on to the HTML output only <li><tt>\</DT\></tt> Ends an item title. <li><tt>\<EM\></tt> Starts a piece of text displayed in an italic font. <li><tt>\</EM\></tt> Ends a <tt>\<EM\></tt> section. -<li><tt>\<FORM\></tt> Does not generate any output. -<li><tt>\</FORM\></tt> Does not generate any output. <li><tt>\<HR\></tt> Writes a horizontal ruler. <li><tt>\<H1\></tt> Starts an unnumbered section. <li><tt>\</H1\></tt> Ends an unnumbered section. @@ -67,12 +65,10 @@ of a HTML tag are passed on to the HTML output only <li><tt>\<H3\></tt> Starts an unnumbered subsubsection. <li><tt>\</H3\></tt> Ends an unnumbered subsubsection. <li><tt>\<I\></tt> Starts a piece of text displayed in an italic font. -<li><tt>\<INPUT\></tt> Does not generate any output. <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>\<LI\></tt> Starts a new list item. <li><tt>\</LI\></tt> Ends a list item. -<li><tt>\<META\></tt> Does not generate any output. <li><tt>\<MULTICOL\></tt> ignored by doxygen. <li><tt>\</MUTLICOL\></tt> ignored by doxygen. <li><tt>\<OL\></tt> Starts a numbered item list. |