diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-18 17:40:03 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-26 08:11:14 (GMT) |
commit | 883989fced827524354297009fde396ca6264a31 (patch) | |
tree | c530cc74701278fec2324f13ade49247eb203ce8 /src/ftvhelp.cpp | |
parent | 5c2b6c294535a0dabe29b5ef311b4975eccb2357 (diff) | |
download | Doxygen-883989fced827524354297009fde396ca6264a31.zip Doxygen-883989fced827524354297009fde396ca6264a31.tar.gz Doxygen-883989fced827524354297009fde396ca6264a31.tar.bz2 |
Fixes to support nested tables again
Diffstat (limited to 'src/ftvhelp.cpp')
-rw-r--r-- | src/ftvhelp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ftvhelp.cpp b/src/ftvhelp.cpp index e2774a9..a70e243 100644 --- a/src/ftvhelp.cpp +++ b/src/ftvhelp.cpp @@ -171,6 +171,7 @@ void FTVHelp::decContentsDepth() /*! Add a list item to the contents file. * \param isDir TRUE if the item is a directory, FALSE if it is a text + * \param name The name of the item. * \param ref the URL of to the item. * \param file the file containing the definition of the item * \param anchor the anchor within the file. |