summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.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/terrain.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/terrain.cc')
-rw-r--r--crawl-ref/source/terrain.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/terrain.cc b/crawl-ref/source/terrain.cc
index 1f75867de7..33b72339c3 100644
--- a/crawl-ref/source/terrain.cc
+++ b/crawl-ref/source/terrain.cc
@@ -1701,7 +1701,7 @@ void nuke_wall(const coord_def& p)
env.level_map_mask(p) |= MMT_NUKED;
}
-/*
+/**
* Check if an actor can cling to a cell.
*
* Wall clinging is done only on orthogonal walls.
@@ -1719,7 +1719,7 @@ bool cell_is_clingable(const coord_def pos)
return false;
}
-/*
+/**
* Check if an actor can cling from a cell to another.
*
* "clinging" to a wall means being orthogonally (left, right, up, down) next