summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-02-12 18:17:27 (GMT)
committerGitHub <noreply@github.com>2021-02-12 18:17:27 (GMT)
commitb2b235871685638569dbba89de60936ee2639529 (patch)
treedd0f928ef5a493f21bcc15ed7f3f4589eca34070
parent4d8e0f3abdf682e323db79aec176854f2a8aa699 (diff)
parentd610d70168243657467d03b2d1786f867fe946f5 (diff)
downloadDoxygen-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--Doxyfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 44eb5b5..9707769 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -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