diff options
author | celestar <celestar@openttd.org> | 2005-07-19 20:45:47 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-07-19 20:45:47 +0000 |
commit | 448467a9a193c5d1763ed7c1ad946f47bdc780be (patch) | |
tree | ed7d1ce506c8713801c2161f43249665cd2e9cfd /Doxyfile | |
parent | 99c17f8ac7bb12874739baacdfce9e82c956fe75 (diff) | |
download | openttd-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-- | Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ FILE_PATTERNS = *.c \ *.cpp \ *.c++ \ *.h \ + table/*.h RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO |