From 15c6650ecafd2c1faa20e072e0ba159de7954524 Mon Sep 17 00:00:00 2001 From: Kristopher Ives Date: Sun, 25 Oct 2009 01:10:22 -0700 Subject: [PATCH] Excluded *Wrap* from Doxygen. Fixed some old comments. --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 5dd6bb7ed..6280c8049 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 -- GitLab