summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/unicode.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-03-30 05:36:18 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-03-31 22:17:43 +0200
commitba04275a65160b24d4d3438ea1ff29b82b854013 (patch)
tree345c9b26cd4b1ca3c36929defc7f47cf0aa75b6d /crawl-ref/source/unicode.cc
parent586997c4f116517b34a7d752fcc7780d83af81b8 (diff)
downloadcrawl-ref-ba04275a65160b24d4d3438ea1ff29b82b854013.tar.gz
crawl-ref-ba04275a65160b24d4d3438ea1ff29b82b854013.zip
Doxygen header.
Diffstat (limited to 'crawl-ref/source/unicode.cc')
-rw-r--r--crawl-ref/source/unicode.cc11
1 files changed, 5 insertions, 6 deletions
diff --git a/crawl-ref/source/unicode.cc b/crawl-ref/source/unicode.cc
index 1d27647393..515b0cc8ce 100644
--- a/crawl-ref/source/unicode.cc
+++ b/crawl-ref/source/unicode.cc
@@ -1,9 +1,8 @@
-/*
- * File: unicode.cc
- * Summary: Conversions between Unicode and local charsets, string
- * manipulation functions that act on character types.
- * Written by: Adam Borowski
- */
+/**
+ * @file
+ * @brief Conversions between Unicode and local charsets, string
+ * manipulation functions that act on character types.
+**/
#include "AppHdr.h"