summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.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/mapdef.cc
parent4e359b6150a2b2f3201f52ffc1ea586a5c2d0a2a (diff)
downloadcrawl-ref-dd8a5379673542f0cf606a2fdcc0c692d25728d7.tar.gz
crawl-ref-dd8a5379673542f0cf606a2fdcc0c692d25728d7.zip
Make Doxygen @returns "@return" for consistancy.
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index 7fc0e4c054..0f0fc883c1 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -5861,7 +5861,7 @@ void keyed_mapspec::parse_features(const string &s)
*
* @param s The string to be parsed.
* @param weight The weight of this string.
- * @returns A feature_spec with the contained, parsed trap_spec stored via
+ * @return A feature_spec with the contained, parsed trap_spec stored via
* unique_ptr as feature_spec->trap.
**/
feature_spec keyed_mapspec::parse_trap(string s, int weight)
@@ -5891,7 +5891,7 @@ feature_spec keyed_mapspec::parse_trap(string s, int weight)
* @param weight The weight of this string.
* @param mimic What kind of mimic (if any) to set for this shop.
* @param no_mimic Whether to prohibit mimics altogether for this shop.
- * @returns A feature_spec with the contained, parsed shop_spec stored
+ * @return A feature_spec with the contained, parsed shop_spec stored
* via unique_ptr as feature_spec->shop.
**/
feature_spec keyed_mapspec::parse_shop(string s, int weight, int mimic,