From 85c7d45ac59343864c05ba5c50b79612dcbe78f8 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 20 Feb 2021 10:45:24 -0500 Subject: [PATCH] Remove a deprecated doxygen feature option. The layout generated at https://www.dealii.org/current/doxygen/deal.II/classes.html will always now have a single column (with or without the now-deprecated option), which is much more legible anyway. --- doc/doxygen/options.dox.in | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index 4a3b15219b..5e3d23ac7b 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -106,7 +106,6 @@ VERBATIM_HEADERS = NO #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = YES -COLS_IN_ALPHA_INDEX = 3 #--------------------------------------------------------------------------- # configuration options related to the HTML output -- 2.39.5