src/station.h
changeset 7545 d44e19c5671e
parent 7498 16bf3e859669
child 7891 aef0c16244d7
--- a/src/station.h	Sat Sep 08 22:53:10 2007 +0000
+++ b/src/station.h	Sun Sep 09 10:13:17 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;