summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/duration-data.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-29 16:37:21 -0400
committerNeil Moore <neil@s-z.org>2014-05-29 16:39:37 -0400
commitddcb950fa10637df34187a0611e68c943ca31285 (patch)
treea3ef09dc4389d1229766111e097874d51855b136 /crawl-ref/source/duration-data.h
parent408c133e4b347784b614e0518905a3cb8bfe5f30 (diff)
downloadcrawl-ref-ddcb950fa10637df34187a0611e68c943ca31285.tar.gz
crawl-ref-ddcb950fa10637df34187a0611e68c943ca31285.zip
Be more consistent with doxygen comment style.
Use /** for block comments, /// for short comments, and /**< and ///< for post-member comments. The //<! that appeared in a few places wasn't even correct: it should have been //!< (but is now ///<).
Diffstat (limited to 'crawl-ref/source/duration-data.h')
-rw-r--r--crawl-ref/source/duration-data.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/duration-data.h b/crawl-ref/source/duration-data.h
index b235766a4e..dca5844732 100644
--- a/crawl-ref/source/duration-data.h
+++ b/crawl-ref/source/duration-data.h
@@ -22,10 +22,10 @@ struct duration_def
bool expire; ///< Whether to do automatic expiration colouring.
int light_colour; ///< Base colour for status light.
const char *light_text; ///< Text for the status light.
- const char *short_text; //<! Text for @ line on the % screen and morgues.
- //<! Usually an adjective.
- const char *name_text; //<! Text used in wizmode &^D. If empty, use the
- //<! short_text.
+ const char *short_text; ///< Text for @ line on the % screen and morgues.
+ ///< Usually an adjective.
+ const char *name_text; ///< Text used in wizmode &^D. If empty, use the
+ ///< short_text.
const char *long_text; ///< Text for the @ message.
/// Return the name of the duration (name_text or short_text). */