comparison Doxyfile @ 9111:d48433370037 draft

(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
author rubidium <rubidium@openttd.org>
date Tue, 06 May 2008 15:11:33 +0000
parents ad850ff2c61a
children 7f1b19ece923
comparison
equal deleted inserted replaced
9110:7895fbead820 9111:d48433370037
74 WARN_FORMAT = "$file:$line: $text" 74 WARN_FORMAT = "$file:$line: $text"
75 WARN_LOGFILE = 75 WARN_LOGFILE =
76 #--------------------------------------------------------------------------- 76 #---------------------------------------------------------------------------
77 # configuration options related to the input files 77 # configuration options related to the input files
78 #--------------------------------------------------------------------------- 78 #---------------------------------------------------------------------------
79 INPUT = ./ 79 INPUT = ./src/
80 FILE_PATTERNS = *.c \ 80 FILE_PATTERNS = *.c \
81 *.cc \ 81 *.cc \
82 *.cxx \ 82 *.cxx \
83 *.cpp \ 83 *.cpp \
84 *.c++ \ 84 *.c++ \