summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-05 02:06:24 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-05 02:06:24 -0400
commitdd8a5379673542f0cf606a2fdcc0c692d25728d7 (patch)
tree03a7bec264abb48250f2927c7f23b46ba7c1222e /crawl-ref/source/xom.cc
parent4e359b6150a2b2f3201f52ffc1ea586a5c2d0a2a (diff)
downloadcrawl-ref-dd8a5379673542f0cf606a2fdcc0c692d25728d7.tar.gz
crawl-ref-dd8a5379673542f0cf606a2fdcc0c692d25728d7.zip
Make Doxygen @returns "@return" for consistancy.
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index d4b91be739..32b7358924 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1792,7 +1792,7 @@ static int _xom_give_mutations(bool good, bool debug = false)
* but it may include the player as a victim.
* @param debug If true, don't have Xom act, but return a value indicating
* whether he would have acted.
- * @returns XOM_DID_NOTHING if Xom didn't act, XOM_GOOD_LIGHTNING
+ * @return XOM_DID_NOTHING if Xom didn't act, XOM_GOOD_LIGHTNING
* otherwise.
*/
static int _xom_throw_divine_lightning(bool debug = false)
@@ -3993,7 +3993,7 @@ static string _get_death_type_keyword(const kill_method_type killed_by)
* save you.
* @param death_type The type of death that occurred.
* @param aux Additional string describing this death.
- * @returns True if Xom saves your life, false otherwise.
+ * @return True if Xom saves your life, false otherwise.
*/
bool xom_saves_your_life(const kill_method_type death_type, const char *aux)
{