(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user