From 75a033f113524798c7618eaeba9005d87f606f11 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Sat, 18 Jul 2020 12:23:42 +0100 Subject: [PATCH] [doxygen] Ignore C prefix in class names when grouping docu index by first letter --- docs/Doxyfile.qmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index 14b85087b..32882cf02 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -1122,7 +1122,7 @@ COLS_IN_ALPHA_INDEX = 5 # while generating the index headers. # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. -IGNORE_PREFIX = +IGNORE_PREFIX = C I T #--------------------------------------------------------------------------- # Configuration options related to the HTML output