From 9215e4d61481ff056a6c94e9abb9a4894025d5ac Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 31 Dec 2024 15:19:00 -0500 Subject: [PATCH] Update project version to 0.2.2 in Doxyfile and ignore googletest prefix --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 0dfa6199..2abc6e02 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "yaze" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "0.2.0" +PROJECT_NUMBER = "0.2.2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -1284,7 +1284,7 @@ ALPHABETICAL_INDEX = YES # after removing the prefix. # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. -IGNORE_PREFIX = +IGNORE_PREFIX = googletest #--------------------------------------------------------------------------- # Configuration options related to the HTML output