diff options
author | Ron Economos <w6rz@comcast.net> | 2021-12-09 01:47:49 -0800 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-12-09 11:06:41 -0500 |
commit | 9236d35af20bb13c38f13cd86abbc9b0e1b1bf13 (patch) | |
tree | 3d8b91add0d09d0879160c1e449a0861af00332f /docs | |
parent | 35a242f1cd4b724be0c4708d8690f82c804aafd8 (diff) |
doxygen: Remove obsolete COLS_IN_ALPHA_INDEX for doxygen 1.9 and later.
The default value is 5, so earlier versions of doxygen should produce
the same output.
Signed-off-by: Ron Economos <w6rz@comcast.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/Doxyfile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index b02047d3b6..fa2e140c33 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -966,12 +966,6 @@ VERBATIM_HEADERS = YES ALPHABETICAL_INDEX = YES -# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then -# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns -# in which this list will be split (can be a number in the range [1..20]) - -COLS_IN_ALPHA_INDEX = 5 - # In case all classes in a project start with a common prefix, all # classes will be put under the same header in the alphabetical index. # The IGNORE_PREFIX tag can be used to specify one or more prefixes that |