diff options
author | U-User-PC\User <User@User-PC.(none)> | 2013-08-13 17:47:35 (GMT) |
---|---|---|
committer | U-User-PC\User <User@User-PC.(none)> | 2013-08-13 17:47:35 (GMT) |
commit | fea5a9d0ab1d893fb9e9e890cec9c0e0ee7258cc (patch) | |
tree | cf90597c300adac5faa7b9784c5c249efefc55ca /doc | |
parent | 83fc120e5575446b1161e9ffb8168d55c423f7ac (diff) | |
download | Doxygen-fea5a9d0ab1d893fb9e9e890cec9c0e0ee7258cc.zip Doxygen-fea5a9d0ab1d893fb9e9e890cec9c0e0ee7258cc.tar.gz Doxygen-fea5a9d0ab1d893fb9e9e890cec9c0e0ee7258cc.tar.bz2 |
Bug 668007 - HTML commands - documentation of </dd> tag missing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/htmlcmds.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc index 6fe96fe..2afb213 100644 --- a/doc/htmlcmds.doc +++ b/doc/htmlcmds.doc @@ -46,6 +46,7 @@ of a HTML tag are passed on to the HTML output only Note that only for C# code, this command is equivalent to \ref cmdendcode "\\endcode". <li><tt>\<DD\></tt> Starts an item description. +<li><tt>\</DD\></tt> Ends an item description. <li><tt>\<DFN\></tt> Starts a piece of text displayed in a typewriter font. <li><tt>\</DFN\></tt> Ends a <tt>\<DFN\></tt> section. <li><tt>\<DIV></tt> Starts a section with a specific style (HTML only) |