Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Doxyfile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 157 by satofumi, Fri Nov 23 04:14:24 2007 UTC revision 177 by satofumi, Tue Dec 11 09:52:07 2007 UTC
# Line 525  RECURSIVE              = YES Line 525  RECURSIVE              = YES
525  # excluded from the INPUT source files. This way you can easily exclude a  # excluded from the INPUT source files. This way you can easily exclude a
526  # subdirectory from a directory tree whose root is specified with the INPUT tag.  # subdirectory from a directory tree whose root is specified with the INPUT tag.
527    
528  EXCLUDE                =  EXCLUDE                =
529    
530  # The EXCLUDE_SYMLINKS tag can be used select whether or not files or  # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
531  # directories that are symbolic links (a Unix filesystem feature) are excluded  # directories that are symbolic links (a Unix filesystem feature) are excluded
532  # from the input.  # from the input.
533    
534  EXCLUDE_SYMLINKS       = NO  EXCLUDE_SYMLINKS       = YES
535    
536  # If the value of the INPUT tag contains directories, you can use the  # If the value of the INPUT tag contains directories, you can use the
537  # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude  # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# Line 541  EXCLUDE_SYMLINKS       = NO Line 541  EXCLUDE_SYMLINKS       = NO
541    
542  EXCLUDE_PATTERNS       = */old_gui/* \  EXCLUDE_PATTERNS       = */old_gui/* \
543                           */Test*.h \                           */Test*.h \
544                           */Test*.cpp                           */Test*.cpp \
545    
546  # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names  # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
547  # (namespaces, classes, functions, etc.) that should be excluded from the output.  # (namespaces, classes, functions, etc.) that should be excluded from the output.
# Line 556  EXCLUDE_SYMBOLS        = Line 556  EXCLUDE_SYMBOLS        =
556    
557  EXAMPLE_PATH           = . \  EXAMPLE_PATH           = . \
558                           rangesCtrl/samples \                           rangesCtrl/samples \
559                           runCtrl/tRunCtrl/samples                           runCtrl/tRunCtrl/samples \
560                             rt_components/urg
561    
562  # If the value of the EXAMPLE_PATH tag contains directories, you can use the  # If the value of the EXAMPLE_PATH tag contains directories, you can use the
563  # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp  # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp

Legend:
Removed from v.157  
changed lines
  Added in v.177

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26