Skip to content

Commit

Permalink
Remove double line with documented argument from addContentsItem in f…
Browse files Browse the repository at this point in the history
…tvhelp.cpp

This is a problem of the internal doxygen generated documentation only.
  • Loading branch information
albert-github committed Sep 5, 2018
1 parent fab1011 commit 8c838d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ftvhelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c838d6

Please sign in to comment.