Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Doxyfile

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

revision 125 by satofumi, Sun Oct 28 15:37:33 2007 UTC revision 126 by satofumi, Fri Nov 2 11:36:31 2007 UTC
# Line 255  EXTRACT_STATIC         = NO Line 255  EXTRACT_STATIC         = NO
255  # defined locally in source files will be included in the documentation.  # defined locally in source files will be included in the documentation.
256  # If set to NO only classes defined in header files are included.  # If set to NO only classes defined in header files are included.
257    
258  EXTRACT_LOCAL_CLASSES  = YES  EXTRACT_LOCAL_CLASSES  = NO
259    
260  # This flag is only useful for Objective-C code. When set to YES local  # This flag is only useful for Objective-C code. When set to YES local
261  # methods, which are defined in the implementation section but not in  # methods, which are defined in the implementation section but not in
# Line 522  EXCLUDE_SYMLINKS       = NO Line 522  EXCLUDE_SYMLINKS       = NO
522  # against the file with absolute path, so to exclude all test directories  # against the file with absolute path, so to exclude all test directories
523  # for example use the pattern */test/*  # for example use the pattern */test/*
524    
525  EXCLUDE_PATTERNS       = */old_gui/* # */Test*.h */Test*.cpp  EXCLUDE_PATTERNS       = */old_gui/* */Test*.h */Test*.cpp
526    
527  # 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
528  # (namespaces, classes, functions, etc.) that should be excluded from the output.  # (namespaces, classes, functions, etc.) that should be excluded from the output.
# Line 535  EXCLUDE_SYMBOLS        = Line 535  EXCLUDE_SYMBOLS        =
535  # directories that contain example code fragments that are included (see  # directories that contain example code fragments that are included (see
536  # the \include command).  # the \include command).
537    
538  EXAMPLE_PATH           = ./  EXAMPLE_PATH           = . rangesCtrl/samples
539    
540  # 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
541  # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp  # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
# Line 555  EXAMPLE_RECURSIVE      = NO Line 555  EXAMPLE_RECURSIVE      = NO
555  # directories that contain image that are included in the documentation (see  # directories that contain image that are included in the documentation (see
556  # the \image command).  # the \image command).
557    
558  IMAGE_PATH             = img/  IMAGE_PATH             = img/ rangesCtrl/img/
559    
560  # The INPUT_FILTER tag can be used to specify a program that doxygen should  # The INPUT_FILTER tag can be used to specify a program that doxygen should
561  # invoke to filter for each input file. Doxygen will invoke the filter program  # invoke to filter for each input file. Doxygen will invoke the filter program
# Line 580  FILTER_PATTERNS        = Line 580  FILTER_PATTERNS        =
580  # INPUT_FILTER) will be used to filter the input files when producing source  # INPUT_FILTER) will be used to filter the input files when producing source
581  # files to browse (i.e. when SOURCE_BROWSER is set to YES).  # files to browse (i.e. when SOURCE_BROWSER is set to YES).
582    
583  FILTER_SOURCE_FILES    = NO  FILTER_SOURCE_FILES    = YES
584    
585  #---------------------------------------------------------------------------  #---------------------------------------------------------------------------
586  # configuration options related to source browsing  # configuration options related to source browsing

Legend:
Removed from v.125  
changed lines
  Added in v.126

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