diff options
author | albert-github <albert.tests@gmail.com> | 2018-07-15 12:21:55 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-07-15 12:21:55 (GMT) |
commit | 9eec9866fcdab896b53d44056c5afbc0b6a6373d (patch) | |
tree | 74ddd2e86afbac4db1338e24b08ca36b466a3d8f | |
parent | b4e535197890521306d30e0713ca8b88a98f7bf7 (diff) | |
download | Doxygen-9eec9866fcdab896b53d44056c5afbc0b6a6373d.zip Doxygen-9eec9866fcdab896b53d44056c5afbc0b6a6373d.tar.gz Doxygen-9eec9866fcdab896b53d44056c5afbc0b6a6373d.tar.bz2 |
Bug 667993 - HTML tags <u> and </u> not supported
Removed redundant line in documentation
-rw-r--r-- | doc/htmlcmds.doc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc index 1ff745f..d483237 100644 --- a/doc/htmlcmds.doc +++ b/doc/htmlcmds.doc @@ -105,7 +105,6 @@ of a HTML tag are passed on to the HTML output only <li><tt>\</KBD\></tt> Ends a <tt>\<KBD\></tt> section. <li><tt>\<U\></tt> Starts a section of underlined text. <li><tt>\</U\></tt> Ends a section of underlined text. -<li><tt>\<STRONG\></tt> Starts a section of bold text. <li><tt>\<UL\></tt> Starts an unnumbered item list. <li><tt>\</UL\></tt> Ends an unnumbered item list. <li><tt>\<VAR\></tt> Starts a piece of text displayed in an italic font. |