Jaime Ivan Cervantes
Jaime Ivan Cervantes

Reputation: 3697

Don't include the brief description in the detailed description when using Doxygen

I am using Doxygen with C++ and with JAVADOC_AUTOBRIEF set to YES. Is it possible to not include the brief description in the detailed description? Is there a way to configure this in the Doxyfile maybe?

Upvotes: 0

Views: 467

Answers (1)

user2033018
user2033018

Reputation:

There's an option named REPEAT_BRIEF, take a look at it.

Upvotes: 4

Related Questions