(svn r20022) -Doc: Add some doxygen comments.

This commit is contained in:
alberth
2010-06-26 15:22:10 +00:00
parent ba5712f211
commit a5f9816fe2
5 changed files with 13 additions and 9 deletions

View File

@@ -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,