summaryrefslogtreecommitdiff
path: root/src/livery.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-06-26 15:22:10 +0000
committeralberth <alberth@openttd.org>2010-06-26 15:22:10 +0000
commit212dbbf4d8d8f397b8392947471cfb916d470564 (patch)
treedd28ae0a82943998bfc316bf6c2b504c355cca6a /src/livery.h
parentef17c6042f2a78414dea5853cfccf99256ddbbb5 (diff)
downloadopenttd-212dbbf4d8d8f397b8392947471cfb916d470564.tar.xz
(svn r20022) -Doc: Add some doxygen comments.
Diffstat (limited to 'src/livery.h')
-rw-r--r--src/livery.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/livery.h b/src/livery.h
index d34e4c47e..aa7af96f5 100644
--- a/src/livery.h
+++ b/src/livery.h
@@ -14,7 +14,7 @@
#include "company_type.h"
-/* List of different livery schemes. */
+/** List of different livery schemes. */
enum LiveryScheme {
LS_BEGIN = 0,
LS_DEFAULT = 0,
@@ -57,7 +57,7 @@ enum LiveryScheme {
DECLARE_POSTFIX_INCREMENT(LiveryScheme)
template <> struct EnumPropsT<LiveryScheme> : MakeEnumPropsT<LiveryScheme, byte, LS_BEGIN, LS_END, LS_END, 8> {};
-/* List of different livery classes, used only by the livery GUI. */
+/** List of different livery classes, used only by the livery GUI. */
enum LiveryClass {
LC_OTHER,
LC_RAIL,