From: Frank Lichtenheld Date: Tue, 15 Apr 2025 15:56:50 +0000 (+0200) Subject: Doxygen: Remove useless Python information X-Git-Tag: v2.7_alpha1~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78d0c15f48388c0d2376c12be47b0f8be98fac55;p=thirdparty%2Fopenvpn.git Doxygen: Remove useless Python information Do not include information for the trivial Python scripts we have. Completely eliminates the "Namespaces" page as well. Change-Id: Ia7186b528773c0549748f1051c1c8d1db39a7e11 Signed-off-by: Frank Lichtenheld Acked-by: Arne Schwabe Message-Id: <20250415155656.12963-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg31433.html Signed-off-by: Gert Doering --- diff --git a/doc/doxygen/openvpn.doxyfile.in b/doc/doxygen/openvpn.doxyfile.in index 573b7c25..edecc549 100644 --- a/doc/doxygen/openvpn.doxyfile.in +++ b/doc/doxygen/openvpn.doxyfile.in @@ -894,36 +894,7 @@ INPUT_ENCODING = UTF-8 # *.ucf, *.qsf and *.ice. FILE_PATTERNS = *.c \ - *.cc \ - *.cxx \ - *.cpp \ - *.c++ \ - *.d \ - *.java \ - *.ii \ - *.ixx \ - *.ipp \ - *.i++ \ - *.inl \ - *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - *.idl \ - *.odl \ - *.cs \ - *.php \ - *.php3 \ - *.inc \ - *.m \ - *.mm \ - *.dox \ - *.py \ - *.f90 \ - *.f \ - *.vhd \ - *.vhdl + *.h # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well.