brobeson / Tools

Scripts written to aid software development.
2 stars 1 forks source link

folding a doxygen comment without a brief is incorrect #41

Closed brobeson closed 8 years ago

brobeson commented 8 years ago

If no \brief, \copybrief, or \copydoc is found, and the Doxygen style is javadoc, and there is no first sentence, the fold text is the entire comment. It should be the phrase "no brief description".