summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-29 14:36:40 -0400
committerNeil Moore <neil@s-z.org>2014-05-29 14:36:40 -0400
commita9e4b68620331b624e372ed3d27c3b1da633bac6 (patch)
treee2f7f4de9f6db27ec1f497314095b73a6c4aebe2 /crawl-ref/source/traps.cc
parent08af173fcb0e80c6c7040de0487aa20becd89759 (diff)
downloadcrawl-ref-a9e4b68620331b624e372ed3d27c3b1da633bac6.tar.gz
crawl-ref-a9e4b68620331b624e372ed3d27c3b1da633bac6.zip
Correct some doxygen blocks.
Some of them were missing the /** (or /*!) that makes doxygen consider the comment in the first place.
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 9976e6e24c..2071976e01 100644
--- a/crawl-ref/source/traps.cc
+++ b/crawl-ref/source/traps.cc
@@ -261,7 +261,7 @@ bool trap_def::is_safe(actor* act) const
return false;
}
-/*
+/**
* Get the item index of the first net on the square.
*
* @param where The location.
@@ -1732,7 +1732,7 @@ level_id generic_shaft_dest(coord_def pos, bool known = false)
return _generic_shaft_dest(level_pos(level_id::current(), pos));
}
-/*
+/**
* When a player falls through a shaft at a location, disperse items on the
* target level.
*