diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-02-12 18:17:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 18:17:27 (GMT) |
commit | b2b235871685638569dbba89de60936ee2639529 (patch) | |
tree | dd0f928ef5a493f21bcc15ed7f3f4589eca34070 | |
parent | 4d8e0f3abdf682e323db79aec176854f2a8aa699 (diff) | |
parent | d610d70168243657467d03b2d1786f867fe946f5 (diff) | |
download | Doxygen-b2b235871685638569dbba89de60936ee2639529.zip Doxygen-b2b235871685638569dbba89de60936ee2639529.tar.gz Doxygen-b2b235871685638569dbba89de60936ee2639529.tar.bz2 |
Merge pull request #8381 from albert-github/feature/bug_doxygen_Doxyfile
Correction Doxyfile for documentation of doxygen code
-rw-r--r-- | Doxyfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -141,7 +141,6 @@ VERBATIM_HEADERS = YES # Configuration options related to the alphabetical class index #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = YES -COLS_IN_ALPHA_INDEX = 5 IGNORE_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the HTML output @@ -328,5 +327,5 @@ DOT_TRANSPARENT = NO DOT_MULTI_TARGETS = NO GENERATE_LEGEND = YES DOT_CLEANUP = NO -DOT_MAX_FOLD = 17 +DOT_WRAP_THRESHOLD = 17 DOT_UML_DETAILS = NO |