src/texteff.cpp
changeset 8041 63e760418a15
parent 8031 65a6e355c493
child 8190 efd1f3b110a2
--- a/src/texteff.cpp	Sat Sep 08 22:53:10 2007 +0000
+++ b/src/texteff.cpp	Sun Sep 09 10:13:17 2007 +0000
@@ -256,7 +256,15 @@
 	_chatmessage_dirty = false;
 }
 
-/** Text Effects */
+/* Text Effects */
+/**
+ * Mark the area of the text effect as dirty.
+ *
+ * This function marks the area of a text effect as dirty for repaint.
+ *
+ * @param te The TextEffect to mark the area dirty
+ * @ingroup dirty
+ */
 static void MarkTextEffectAreaDirty(TextEffect *te)
 {
 	/* Width and height of the text effect are doubled, so they are correct in both zoom out levels 1x and 2x. */