Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore extraction of brief descriptions
As of Doxygen 1.8.19 (specifically, doxygen/doxygen@327423e), the first line of a comment is no longer automatically extracted as a brief description unless we enable the JAVADOC_AUTOBRIEF setting. See https://www.doxygen.nl/manual/config.html#cfg_javadoc_autobrief: > If the `JAVADOC_AUTOBRIEF` tag is set to `YES` then doxygen will > interpret the first line (until the first dot) of a Javadoc-style > comment as the brief description. If set to `NO`, the Javadoc-style > will behave just like regular Qt-style comments (thus requiring an > explicit @brief command for a brief description.) Fixes #1563.
- Loading branch information