aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/planner-mock.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-01-22 10:03:57 -0600
committerCharles Kerr <charles.kerr@canonical.com>2014-01-22 10:03:57 -0600
commit0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41 (patch)
tree7989797cf2e394a1b2b8e6e95b3320b72f8ee901 /include/datetime/planner-mock.h
parent039c43dc5d0bee82c69c4ef8beee246940570096 (diff)
downloadayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.tar.gz
ayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.tar.bz2
ayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.zip
copyediting: slightly better header comments/docs
Diffstat (limited to 'include/datetime/planner-mock.h')
-rw-r--r--include/datetime/planner-mock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datetime/planner-mock.h b/include/datetime/planner-mock.h
index bb3ff53..44d30c7 100644
--- a/include/datetime/planner-mock.h
+++ b/include/datetime/planner-mock.h
@@ -27,8 +27,8 @@ namespace indicator {
namespace datetime {
/**
- * \brief Planner which does nothing on its own and requires
- * its client to set its appointments property.
+ * \brief Planner which does nothing on its own.
+ * It requires its client must set its appointments property.
*/
class MockPlanner: public Planner
{