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