Changeset 663

Show
Ignore:
Timestamp:
01/30/08 07:50:09 (10 months ago)
Author:
takkaria
Message:

Add .c files to the list of files doxygen looks at, and exclude the tests directory.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/doc/doxygen.conf

    r651 r663  
    469469# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py 
    470470 
    471 FILE_PATTERNS          =  *.h 
     471FILE_PATTERNS          =  *.h *.c 
    472472 
    473473# The RECURSIVE tag can be used to turn specify whether or not subdirectories  
     
    481481# subdirectory from a directory tree whose root is specified with the INPUT tag. 
    482482 
    483 EXCLUDE                =  
     483EXCLUDE                = tests/* 
    484484 
    485485# The EXCLUDE_SYMLINKS tag can be used select whether or not files or  
     
    11491149# functions only using the \callgraph command. 
    11501150 
    1151 CALL_GRAPH             = NO 
     1151CALL_GRAPH             = YES 
    11521152 
    11531153# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then doxygen will  
     
    11551155# Note that enabling this option will significantly increase the time of a run.  
    11561156# So in most cases it will be better to enable caller graphs for selected  
    1157 # functions only using the \callergraph command. 
    1158  
    1159 CALLER_GRAPH           = NO 
     1157# functions only using the \callergraph command 
     1158 
     1159CALLER_GRAPH           = YES 
    11601160 
    11611161# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen