summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ctest.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-03-28 11:34:26 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-03-28 12:07:10 +0200
commite13414f5295027fbe1505aa74d5870cbc347052a (patch)
tree08729688a32bd477522de20dc20460188d5d355f /crawl-ref/source/ctest.cc
parentf3038967a149e46bbbcd0036c8e705ff3f48d5ed (diff)
downloadcrawl-ref-e13414f5295027fbe1505aa74d5870cbc347052a.tar.gz
crawl-ref-e13414f5295027fbe1505aa74d5870cbc347052a.zip
Make file headers doxygen-friendly, drop useless fields.
"File:" is shown in your editor's status bar. "Written by:" was used only for the first person who changed a file. We got git for that now, and pre-DCSS history is so woefully inaccurate it doesn't really matter.
Diffstat (limited to 'crawl-ref/source/ctest.cc')
-rw-r--r--crawl-ref/source/ctest.cc21
1 files changed, 10 insertions, 11 deletions
diff --git a/crawl-ref/source/ctest.cc b/crawl-ref/source/ctest.cc
index cf0725fc9a..370d8ebfe2 100644
--- a/crawl-ref/source/ctest.cc
+++ b/crawl-ref/source/ctest.cc
@@ -1,16 +1,15 @@
-/*
- * File: ctest.cc
- * Summary: Crawl Lua test cases
- * Written by: Darshan Shaligram
+/**
+ * @file
+ * @brief Crawl Lua test cases
*
- * ctest runs Lua tests found in the test directory. The intent here
- * is to test parts of Crawl that can be easily tested from within Crawl
- * itself (such as LOS). As a side-effect, writing Lua bindings to support
- * tests will expand the available Lua bindings. :-)
+ * ctest runs Lua tests found in the test directory. The intent here
+ * is to test parts of Crawl that can be easily tested from within Crawl
+ * itself (such as LOS). As a side-effect, writing Lua bindings to support
+ * tests will expand the available Lua bindings. :-)
*
- * Tests will run only with Crawl built in its source tree without
- * DATA_DIR_PATH set.
- */
+ * Tests will run only with Crawl built in its source tree without
+ * DATA_DIR_PATH set.
+**/
#include "AppHdr.h"