summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileview.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-04-02 23:43:18 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-04-02 23:45:38 +0200
commit1b530ed1ed635ef0c914d7e32bca028e70cd331b (patch)
tree552f259b9396686760ee54aad4f51693c95a7ad8 /crawl-ref/source/tileview.h
parent1097d773f78f37c96841f98558d6f3e75572f4b7 (diff)
downloadcrawl-ref-1b530ed1ed635ef0c914d7e32bca028e70cd331b.tar.gz
crawl-ref-1b530ed1ed635ef0c914d7e32bca028e70cd331b.zip
Doxygenization and junk purging that was missed by my script.
Diffstat (limited to 'crawl-ref/source/tileview.h')
-rw-r--r--crawl-ref/source/tileview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/tileview.h b/crawl-ref/source/tileview.h
index 18f96a28cc..6a6c896c6f 100644
--- a/crawl-ref/source/tileview.h
+++ b/crawl-ref/source/tileview.h
@@ -1,8 +1,8 @@
-/*
- * File: tileview.h
- * Summary: Tile functions that modify the tiles or flavours in
- the crawl_environment that are shown to the player.
- */
+/**
+ * @file
+ * @brief Tile functions that modify the tiles or flavours in
+ * the crawl_environment that are shown to the player.
+**/
#ifndef TILEDRAW_H
#define TILEDRAW_H