From 69ce55a78dc5b719b91f5d21f9b0e11286a262fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Thu, 27 May 2021 13:23:29 -0700 Subject: [PATCH] doc: zephyr.doxyfile.in: remove obsolete variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From Doxygen 1.9.1 when running 'make htmldocs': warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1028 of file '/tmp/tmpkbj62jo0' has become obsolete. Signed-off-by: Martí Bolívar --- doc/zephyr.doxyfile.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/zephyr.doxyfile.in b/doc/zephyr.doxyfile.in index b940d943220..a5ddc43cbdb 100644 --- a/doc/zephyr.doxyfile.in +++ b/doc/zephyr.doxyfile.in @@ -1021,13 +1021,6 @@ VERBATIM_HEADERS = YES ALPHABETICAL_INDEX = YES -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 2 - # 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 a prefix (or a list of prefixes) that should be ignored