(svn r14461) -Document: add some doxygen comments (Albert)

This commit is contained in:
rubidium
2008-10-13 03:26:48 +00:00
parent 313f193b55
commit f1f5b248c2
8 changed files with 60 additions and 12 deletions

View File

@@ -5,10 +5,10 @@
#ifndef LANDSCAPE_TYPE_H
#define LANDSCAPE_TYPE_H
typedef byte LandscapeID;
typedef byte LandscapeID; ///< Landscape type. @see LandscapeType
/* Landscape types */
enum {
/** Landscape types */
enum LandscapeType {
LT_TEMPERATE = 0,
LT_ARCTIC = 1,
LT_TROPIC = 2,