summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/message-context.h2
-rw-r--r--src/message-stack.cpp2
-rw-r--r--src/message-stack.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/message-context.h b/src/message-context.h
index 241b38660..e5ed18e8b 100644
--- a/src/message-context.h
+++ b/src/message-context.h
@@ -1,5 +1,5 @@
/** \file
- * A convenience class for working with MessageStacks.
+ * Interface for locally managing a current status message
*/
/*
diff --git a/src/message-stack.cpp b/src/message-stack.cpp
index 877d8edeb..d6967fbf8 100644
--- a/src/message-stack.cpp
+++ b/src/message-stack.cpp
@@ -1,5 +1,5 @@
/*
- * MessageStack - context for posting status messages
+ * MessageStack - manages stack of active status messages
*
* Authors:
* MenTaLguY <mental@rydia.net>
diff --git a/src/message-stack.h b/src/message-stack.h
index 4741cce1e..058c44933 100644
--- a/src/message-stack.h
+++ b/src/message-stack.h
@@ -1,5 +1,5 @@
/** \file
- * Managing current status messages.
+ * Raw stack of active status messages
*/
/*