summaryrefslogtreecommitdiff
path: root/src/depot.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-02-23 18:55:07 +0000
committerbelugas <belugas@openttd.org>2007-02-23 18:55:07 +0000
commit6dbf9f2f41e82a05d284c72ab3acbae949c3e904 (patch)
tree28b541cce9a8abd90d47b1524d635b9a38e37e51 /src/depot.h
parent1bbbbeeef19727639d80c9bfe760248d50720bc2 (diff)
downloadopenttd-6dbf9f2f41e82a05d284c72ab3acbae949c3e904.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/depot.h')
-rw-r--r--src/depot.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/depot.h b/src/depot.h
index 7cf25a1b1..8e60f674e 100644
--- a/src/depot.h
+++ b/src/depot.h
@@ -1,11 +1,10 @@
/* $Id$ */
+/** @file depot.h Header files for depots (not hangars) */
+
#ifndef DEPOT_H
#define DEPOT_H
-/** @file depot.h Header files for depots (not hangars)
- * @see depot.c */
-
#include "direction.h"
#include "oldpool.h"
#include "tile.h"
@@ -55,6 +54,7 @@ void ShowDepotWindow(TileIndex tile, byte type);
* Get the new proposed service interval for the vehicle is indeed, clamped
* within the given bounds. @see MIN_SERVINT_PERCENT ,etc.
* @param index proposed service interval
+ * @return service interval
*/
static inline Date GetServiceIntervalClamped(uint index)
{