Changeset 660 for library/Doxyfile

Show
Ignore:
Timestamp:
10/15/09 00:04:30 (15 years ago)
Author:
smidl
Message:

doc - doxygen warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/Doxyfile

    r617 r660  
    564564# to stderr. 
    565565 
    566 WARN_LOGFILE           =  
     566WARN_LOGFILE           = doxwarn.txt 
    567567 
    568568#--------------------------------------------------------------------------- 
     
    601601                         *.hxx \ 
    602602                         *.dox \ 
    603                          *.m \ 
    604603                         *.doc 
    605604 
     
    616615EXCLUDE                = system \ 
    617616                         .git \ 
     617                         bdm/dirent.h \ 
     618                         bdm/dirent.c \ 
    618619                         applications \ 
    619620                         bdm/base/libconfig \ 
    620                         tests 
     621                        tests 
    621622 
    622623# The EXCLUDE_SYMLINKS tag can be used select whether or not files or  
     
    648649EXAMPLE_PATH           = ./doc/tutorial/src \ 
    649650                         ./tests \ 
    650                          ./tests/tutorial \ 
    651                          ./library/tutorial \ 
    652                          ./library/mex 
    653  
     651                         ./tests/tutorial  
     652                                                                  
    654653# If the value of the EXAMPLE_PATH tag contains directories, you can use the  
    655654# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp