diff --git a/Doxyfile b/Doxyfile index 5dd6bb7ed6e4c73c45132d7d6bf82dca7e6655f3..6280c8049e671008adf8d4d6dad1560ee6f3ab68 100644 --- a/Doxyfile +++ b/Doxyfile @@ -585,7 +585,7 @@ 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 = *.h *.cpp +FILE_PATTERNS = *.h # 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. @@ -619,7 +619,7 @@ EXCLUDE_PATTERNS = private* # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = _* *Private* +EXCLUDE_SYMBOLS = _* *Private* *Wrap* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see