summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.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/traps.cc
parent4e359b6150a2b2f3201f52ffc1ea586a5c2d0a2a (diff)
downloadcrawl-ref-dd8a5379673542f0cf606a2fdcc0c692d25728d7.tar.gz
crawl-ref-dd8a5379673542f0cf606a2fdcc0c692d25728d7.zip
Make Doxygen @returns "@return" for consistancy.
Diffstat (limited to 'crawl-ref/source/traps.cc')
-rw-r--r--crawl-ref/source/traps.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/traps.cc b/crawl-ref/source/traps.cc
index 133aaa6f2d..a564b46881 100644
--- a/crawl-ref/source/traps.cc
+++ b/crawl-ref/source/traps.cc
@@ -269,7 +269,7 @@ bool trap_def::is_safe(actor* act) const
* @param where The location.
* @param trapped If true, the index of the stationary net (trapping a victim)
* is returned.
- * @returns The item index of the net.
+ * @return The item index of the net.
*/
int get_trapping_net(const coord_def& where, bool trapped)
{
@@ -1808,7 +1808,7 @@ void handle_items_on_shaft(const coord_def& pos, bool open_shaft)
* No traps are placed in either Temple or disconnected branches other than
* Pandemonium. For other branches, we place 0-8 traps a level, averaged over
* two dice.
- * @returns A number of traps to be placed.
+ * @return A number of traps to be placed.
*/
int num_traps_for_place()
{