src/table/control_codes.h
branchNewGRF_ports
changeset 10724 68a692eacf22
parent 6877 889301acc299
--- a/src/table/control_codes.h	Fri Apr 25 02:15:34 2008 +0000
+++ b/src/table/control_codes.h	Mon May 26 20:45:25 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,