From 03757b6791950f11c51177c28353fe0c35df8c49 Mon Sep 17 00:00:00 2001 From: Gbkng Date: Wed, 10 Apr 2024 15:55:22 +0200 Subject: [PATCH] fix: reactivate parsing of `.txx` C++ source files The `txx` extension is not among automatically handled extensions of Doxygen. The `EXTENSION_MAPPING` allows to add a rule for this extension. --- doc/developer/doxygen/Doxyfile_med_dev.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/developer/doxygen/Doxyfile_med_dev.in b/doc/developer/doxygen/Doxyfile_med_dev.in index 78d858e64..63c842490 100644 --- a/doc/developer/doxygen/Doxyfile_med_dev.in +++ b/doc/developer/doxygen/Doxyfile_med_dev.in @@ -150,6 +150,7 @@ FILE_PATTERNS = InterpKernelDEC.*xx \ *Servant.*xx \ ICoCo*.hxx \ *.dox +EXTENSION_MAPPING = txx=C++ RECURSIVE = YES EXCLUDE = CVS EXCLUDE_PATTERNS = *~ -- 2.39.2