diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-08-13 18:15:52 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-08-13 18:15:52 (GMT) |
commit | c79ea9b65d1424bcbaae15c664387ad6cd6bfe6a (patch) | |
tree | cf90597c300adac5faa7b9784c5c249efefc55ca | |
parent | 83fc120e5575446b1161e9ffb8168d55c423f7ac (diff) | |
parent | fea5a9d0ab1d893fb9e9e890cec9c0e0ee7258cc (diff) | |
download | Doxygen-c79ea9b65d1424bcbaae15c664387ad6cd6bfe6a.zip Doxygen-c79ea9b65d1424bcbaae15c664387ad6cd6bfe6a.tar.gz Doxygen-c79ea9b65d1424bcbaae15c664387ad6cd6bfe6a.tar.bz2 |
Merge pull request #19 from albert-github/master
Bug 668007 - HTML commands - documentation of </dd> tag missing
-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) |