src/station_cmd.cpp
changeset 7545 d44e19c5671e
parent 7539 5f41050498bd
child 7582 80c8517b08d1
--- a/src/station_cmd.cpp	Sat Sep 08 22:53:10 2007 +0000
+++ b/src/station_cmd.cpp	Sun Sep 09 10:13:17 2007 +0000
@@ -375,7 +375,14 @@
 	}
 }
 
-// Update the station virt coords while making the modified parts dirty.
+/**
+ * Update the station virt coords while making the modified parts dirty.
+ *
+ * This function updates the virt coords and mark the modified parts as dirty
+ *
+ * @param st The station to update the virt coords
+ * @ingroup dirty
+ */
 static void UpdateStationVirtCoordDirty(Station *st)
 {
 	st->MarkDirty();