From: Gbkng Date: Wed, 10 Apr 2024 13:55:22 +0000 (+0200) Subject: fix: reactivate parsing of `.txx` C++ source files X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=03757b6791950f11c51177c28353fe0c35df8c49;p=tools%2Fmedcoupling.git 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. --- 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 = *~