summaryrefslogtreecommitdiff
path: root/src/signs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/signs.cpp')
-rw-r--r--src/signs.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/signs.cpp b/src/signs.cpp
index 0004a65d8..d4ef7f763 100644
--- a/src/signs.cpp
+++ b/src/signs.cpp
@@ -60,10 +60,12 @@ void UpdateAllSignVirtCoords()
}
/**
+ * Marks the region of a sign as dirty.
*
- * Marks the region of a sign as dirty
+ * This function marks the sign in all viewports as dirty for repaint.
*
* @param si Pointer to the Sign
+ * @ingroup dirty
*/
static void MarkSignDirty(Sign *si)
{