diff options
author | albert-github <albert.tests@gmail.com> | 2018-09-05 10:52:54 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-09-05 10:52:54 (GMT) |
commit | 8c838d66fae65187692ec5fc04389d0811860a7f (patch) | |
tree | cd64c81e16d349372a5a86cf92ca1d458c5288ba /src | |
parent | fab1011ef4b8fce9ad2ea11138d708004c7f036f (diff) | |
download | Doxygen-8c838d66fae65187692ec5fc04389d0811860a7f.zip Doxygen-8c838d66fae65187692ec5fc04389d0811860a7f.tar.gz Doxygen-8c838d66fae65187692ec5fc04389d0811860a7f.tar.bz2 |
Remove double line with documented argument from addContentsItem in ftvhelp.cpp
This is a problem of the internal doxygen generated documentation only.
Diffstat (limited to 'src')
-rw-r--r-- | src/ftvhelp.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ftvhelp.cpp b/src/ftvhelp.cpp index cee39f2..8c46fd5 100644 --- a/src/ftvhelp.cpp +++ b/src/ftvhelp.cpp @@ -171,11 +171,10 @@ 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 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. - * \param name the name of the item. * \param separateIndex put the entries in a separate index file * \param addToNavIndex add this entry to the quick navigation index * \param def Definition corresponding to this entry |