0

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?

Jaime Ivan Cervantes
  • 3,579
  • 1
  • 40
  • 38

1 Answers1

4

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