diff options
author | belugas <belugas@openttd.org> | 2007-02-23 18:55:07 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-02-23 18:55:07 +0000 |
commit | 0f090a0c1de3c01087f18debaac028b156d46815 (patch) | |
tree | 28b541cce9a8abd90d47b1524d635b9a38e37e51 /src/dock_gui.cpp | |
parent | 9fa035f4676a0f2d185f235164af6dfbe0dd038e (diff) | |
download | openttd-0f090a0c1de3c01087f18debaac028b156d46815.tar.xz |
(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style.
Some documentation addition, when i can easily supply them
Diffstat (limited to 'src/dock_gui.cpp')
-rw-r--r-- | src/dock_gui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp index 8b3cda116..b0606a408 100644 --- a/src/dock_gui.cpp +++ b/src/dock_gui.cpp @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file dock_gui.cpp */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" |