(svn r20318) -Doc: Doxygen additions.

This commit is contained in:
alberth
2010-08-02 20:32:39 +00:00
parent 6c01a5833c
commit ccbacfc298
6 changed files with 46 additions and 11 deletions

View File

@@ -44,6 +44,7 @@ enum StationSpecFlags {
* where index is computed as (x * platforms) + platform. */
typedef byte *StationLayout;
/** Station specification. */
struct StationSpec {
const struct GRFFile *grffile; ///< ID of GRF file station belongs to.
int localidx; ///< Index within GRF file of station.