Browse Source

Fix to avoid doxygen coredump

Laurent Destailleur 1 year ago
parent
commit
fc3da655f7
1 changed files with 4 additions and 2 deletions
  1. 4 2
      build/doxygen/dolibarr-doxygen.doxyfile

+ 4 - 2
build/doxygen/dolibarr-doxygen.doxyfile

@@ -220,7 +220,8 @@ OPTIMIZE_OUTPUT_VHDL = NO
 # (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions
 # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
 
-EXTENSION_MAPPING = example=PHP
+#EXTENSION_MAPPING = example=PHP
+EXTENSION_MAPPING =
 
 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
 # to include (a tag file for) the STL sources as input, then you should
@@ -602,7 +603,8 @@ INPUT_ENCODING = UTF-8
 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
 
-FILE_PATTERNS = *.php *.pl *.sql *.example
+#FILE_PATTERNS = *.php *.pl *.sql *.example
+FILE_PATTERNS = *.php *.pl
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
 # should be searched for input files as well. Possible values are YES and NO.