summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/unicode.h
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.h
parent586997c4f116517b34a7d752fcc7780d83af81b8 (diff)
downloadcrawl-ref-ba04275a65160b24d4d3438ea1ff29b82b854013.tar.gz
crawl-ref-ba04275a65160b24d4d3438ea1ff29b82b854013.zip
Doxygen header.
Diffstat (limited to 'crawl-ref/source/unicode.h')
-rw-r--r--crawl-ref/source/unicode.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/crawl-ref/source/unicode.h b/crawl-ref/source/unicode.h
index e722837ed4..5f2726a0ef 100644
--- a/crawl-ref/source/unicode.h
+++ b/crawl-ref/source/unicode.h
@@ -1,9 +1,8 @@
-/*
- * File: unicode.h
- * 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.
+**/
#ifndef UNICODE_H
#define UNICODE_H