summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-07-19 20:45:47 +0000
committercelestar <celestar@openttd.org>2005-07-19 20:45:47 +0000
commit448467a9a193c5d1763ed7c1ad946f47bdc780be (patch)
treeed7d1ce506c8713801c2161f43249665cd2e9cfd /Doxyfile
parent99c17f8ac7bb12874739baacdfce9e82c956fe75 (diff)
downloadopenttd-448467a9a193c5d1763ed7c1ad946f47bdc780be.tar.xz
(svn r2639) -Add: Added the vehicle names in table/engines.h so that you know what line represents what vehicle (I hope I didn't mess that up). Added some comments while I'm at it and include the table/ directory in the Doxygen generation
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile
index 2b50a8c06..0b6353bea 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -86,6 +86,7 @@ FILE_PATTERNS = *.c \
*.cpp \
*.c++ \
*.h \
+ table/*.h
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO