~smspillaz/compiz-core/wobbly-plugin

« back to all changes in this revision

Viewing changes to Doxyfile

  • Committer: Kristopher Ives
  • Date: 2009-10-25 08:10:22 UTC
  • mto: (2489.1.22)
  • mto: This revision was merged to the branch mainline in revision 2505.
  • Revision ID: git-v1:1c67a54b84ed35a8ed9c99034a88db937d9479bd
Excluded *Wrap* from Doxygen.
Fixed some old comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
585
585
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
586
586
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
587
587
 
588
 
FILE_PATTERNS          = *.h *.cpp
 
588
FILE_PATTERNS          = *.h
589
589
 
590
590
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
591
591
# should be searched for input files as well. Possible values are YES and NO.
619
619
# wildcard * is used, a substring. Examples: ANamespace, AClass,
620
620
# AClass::ANamespace, ANamespace::*Test
621
621
 
622
 
EXCLUDE_SYMBOLS        = _* *Private*
 
622
EXCLUDE_SYMBOLS        = _* *Private* *Wrap*
623
623
 
624
624
# The EXAMPLE_PATH tag can be used to specify one or more files or
625
625
# directories that contain example code fragments that are included (see