diff options
author | Kristopher Ives <kris@leetbook2.(none)> | 2009-10-25 01:10:22 -0700 |
---|---|---|
committer | Kristopher Ives <kris@leetbook2.(none)> | 2009-10-25 01:10:22 -0700 |
commit | 1c67a54b84ed35a8ed9c99034a88db937d9479bd (patch) | |
tree | 3649d5ba744ad57ca8dc2fc350c7ca12b2f03f6b /Doxyfile | |
parent | 3ccf31bf34f838b204fa33495985de2f980e6c2a (diff) | |
download | zcomp-1c67a54b84ed35a8ed9c99034a88db937d9479bd.tar.gz zcomp-1c67a54b84ed35a8ed9c99034a88db937d9479bd.tar.bz2 |
Excluded *Wrap* from Doxygen.
Fixed some old comments.
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |