diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-03-17 20:32:54 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-03-17 20:32:54 (GMT) |
commit | b1800e6e8923c5a1eeefb136103811135d5813bf (patch) | |
tree | 5c9d2280ca0cb07840bfa26ca4dbed5b3225d21f /doc/xmlcmds.doc | |
parent | cff8111ed33af6033bd188868964d92ea3503188 (diff) | |
download | Doxygen-b1800e6e8923c5a1eeefb136103811135d5813bf.zip Doxygen-b1800e6e8923c5a1eeefb136103811135d5813bf.tar.gz Doxygen-b1800e6e8923c5a1eeefb136103811135d5813bf.tar.bz2 |
Release-1.8.0
Diffstat (limited to 'doc/xmlcmds.doc')
-rw-r--r-- | doc/xmlcmds.doc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/xmlcmds.doc b/doc/xmlcmds.doc index 526fce7..2d6cbab 100644 --- a/doc/xmlcmds.doc +++ b/doc/xmlcmds.doc @@ -37,6 +37,9 @@ Here is the list of tags supported by doxygen: method can throw. <li><tt>\<include\></tt> Can be used to import a piece of XML from an external file. Ignored by doxygen at the moment. +<li><tt>\<inheritdoc\></tt> Can be used to insert the documentation of a + member of a base class into the documentation of a + member of a derived class that reimplements it. <li><tt>\<item\></tt> List item. Can only be used inside a <tt>\<list\></tt> context. <li><tt>\<list type="type"\></tt> Starts a list, supported types are <tt>bullet</tt> or <tt>number</tt> and <tt>table</tt>. |