src/station.h
branchnoai
changeset 9703 d2a6acdbd665
parent 9701 d1ac22c62f64
child 9722 ebf0ece7d8f6
--- a/src/station.h	Sun Sep 09 21:14:29 2007 +0000
+++ b/src/station.h	Sun Sep 23 07:37:38 2007 +0000
@@ -173,7 +173,19 @@
 	virtual ~Station();
 
 	void AddFacility(byte new_facility_bit, TileIndex facil_xy);
+
+	/**
+	 * Mark the sign of a station dirty for repaint.
+	 *
+	 * @ingroup dirty
+	 */
 	void MarkDirty() const;
+
+	/**
+	 * Marks the tiles of the station as dirty.
+	 *
+	 * @ingroup dirty
+	 */
 	void MarkTilesDirty(bool cargo_change) const;
 	bool TileBelongsToRailStation(TileIndex tile) const;
 	uint GetPlatformLength(TileIndex tile, DiagDirection dir) const;