From 2b19a52a4549e9a513525c215e56f5334dbc6aa6 Mon Sep 17 00:00:00 2001 From: Sipke Vriend Date: Mon, 9 Mar 2026 09:54:05 +1000 Subject: [PATCH 1/2] doc: add maintainers file to doxygen document generation to provide access to maintainers information for this repository add it to the input source files. Signed-off-by: Sipke Vriend --- doc/Doxyfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 5da1561e6..f93cbba8b 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -760,6 +760,7 @@ WARN_LOGFILE = INPUT = @PROJECT_SOURCE_DIR@/README.md INPUT += @PROJECT_SOURCE_DIR@/LICENSE.md +INPUT += @PROJECT_SOURCE_DIR@/MAINTAINERS.md INPUT += @PROJECT_SOURCE_DIR@/lib # This tag can be used to specify the character encoding of the source files From d59b83a800d24c1c4213a5e305f71312471e63bf Mon Sep 17 00:00:00 2001 From: Sipke Vriend Date: Mon, 16 Mar 2026 13:37:55 +1000 Subject: [PATCH 2/2] doxygen: remove obsolete options PERL_PATH and MSCGEN_PATH are no longer used, so remove from Doxyfile.in to avoid warning warning Tag 'PERL_PATH' ... has become obsolete. warning: Tag 'MSCGEN_PATH' ... has become obsolete. Signed-off-by: Sipke Vriend --- doc/Doxyfile.in | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index f93cbba8b..922b98f21 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -2069,12 +2069,6 @@ EXTERNAL_GROUPS = YES EXTERNAL_PAGES = YES -# The PERL_PATH should be the absolute path and name of the perl script -# interpreter (i.e. the result of 'which perl'). -# The default file (with absolute path) is: /usr/bin/perl. - -PERL_PATH = /usr/bin/perl - #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- @@ -2088,15 +2082,6 @@ PERL_PATH = /usr/bin/perl CLASS_DIAGRAMS = YES -# You can define message sequence charts within doxygen comments using the \msc -# command. Doxygen will then run the mscgen tool (see: -# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the -# documentation. The MSCGEN_PATH tag allows you to specify the directory where -# the mscgen tool resides. If left empty the tool is assumed to be found in the -# default search path. - -MSCGEN_PATH = - # You can include diagrams made with dia in doxygen documentation. Doxygen will # then run dia to produce the diagram and insert it in the documentation. The # DIA_PATH tag allows you to specify the directory where the dia binary resides.