diff options
author | Rob Austein <sra@hactrn.net> | 2011-09-21 21:30:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-09-21 21:30:45 +0000 |
commit | f22ae25226488a7c4b6ec5b41003f39013cb6bad (patch) | |
tree | 0cfed0e73fac7119b01d07c10adf99e9bd304a96 /rcynic | |
parent | edc8ede5a913e4ee637b104df647a52fb1040d00 (diff) |
rcynic is now more than one file.
svn path=/rcynic/Doxyfile; revision=3996
Diffstat (limited to 'rcynic')
-rw-r--r-- | rcynic/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rcynic/Doxyfile b/rcynic/Doxyfile index bac51c4f..aa183715 100644 --- a/rcynic/Doxyfile +++ b/rcynic/Doxyfile @@ -598,7 +598,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = rcynic.c +INPUT = . # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -616,7 +616,7 @@ INPUT_ENCODING = UTF-8 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py # *.f90 *.f *.for *.vhd *.vhdl -FILE_PATTERNS = +FILE_PATTERNS = *.[ch] # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. |