Skip to content

Commit

Permalink
docs: Add JAVADOC_AUTOBRIEF option to CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
ashquarky committed Jul 25, 2018
1 parent 4107357 commit 70157ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if(DOXYGEN_FOUND)
"WUT_UNKNOWN_BYTES"
"WUT_UNKNOWN_SIZE")
set(DOXYGEN_SOURCE_BROWSER YES)
set(DOXYGEN_JAVADOC_AUTOBRIEF YES)
set(DOXYGEN_ENUM_VALUES_PER_LINE 1)
set(DOXYGEN_CLASS_DIAGRAMS NO)
set(DOXYGEN_COLLABORATION_GRAPH NO)
Expand Down

0 comments on commit 70157ee

Please sign in to comment.