summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.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/dgn-shoals.cc
parent4e359b6150a2b2f3201f52ffc1ea586a5c2d0a2a (diff)
downloadcrawl-ref-dd8a5379673542f0cf606a2fdcc0c692d25728d7.tar.gz
crawl-ref-dd8a5379673542f0cf606a2fdcc0c692d25728d7.zip
Make Doxygen @returns "@return" for consistancy.
Diffstat (limited to 'crawl-ref/source/dgn-shoals.cc')
-rw-r--r--crawl-ref/source/dgn-shoals.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dgn-shoals.cc b/crawl-ref/source/dgn-shoals.cc
index 6926fa253b..fdbf3ee600 100644
--- a/crawl-ref/source/dgn-shoals.cc
+++ b/crawl-ref/source/dgn-shoals.cc
@@ -940,7 +940,7 @@ static void _shoals_tide_sweep_items_clear(coord_def c)
* an adjacent spot.
*
* @param c The location.
- * @returns False if there was a drownable actor at the location that couldn't
+ * @return False if there was a drownable actor at the location that couldn't
* be moved, true otherwise.
*/
static bool _shoals_tide_sweep_actors_clear(coord_def c)
@@ -988,7 +988,7 @@ static bool _shoals_tide_sweep_actors_clear(coord_def c)
* location to an adjacent spot.
*
* @param c The location.
- * @returns False if there was a drownable actor at the location that couldn't
+ * @return False if there was a drownable actor at the location that couldn't
* be moved, true otherwise.
*/
static bool _shoals_tide_sweep_clear(coord_def c)