src/table/control_codes.h
changeset 10429 1b99254f9607
parent 8907 5104ad700e31
child 11157 a0173588b15e
--- a/src/table/control_codes.h	Tue May 06 15:06:19 2008 +0000
+++ b/src/table/control_codes.h	Tue May 06 15:11:33 2008 +0000
@@ -1,11 +1,14 @@
 /* $Id$ */
 
+/** @file control_codes.h Control codes that are embedded in the translation strings. */
+
 #ifndef CONTROL_CODES_H
 #define CONTROL_CODES_H
 
-/* List of string control codes used for string formatting, displaying, and
- * by strgen to generate the language files. */
-
+/**
+ * List of string control codes used for string formatting, displaying, and
+ * by strgen to generate the language files.
+ */
 enum StringControlCode {
 	SCC_CONTROL_START = 0xE000,
 	SCC_CONTROL_END   = 0xE1FF,