mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Emphasize DO NOT EDIT for the generated Unicode tables
This commit is contained in:
parent
297370abc2
commit
e848d44d7f
5 changed files with 15 additions and 5 deletions
|
@ -5,7 +5,9 @@
|
||||||
* Authors: Dmitry Olshansky
|
* Authors: Dmitry Olshansky
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
// Automatically generated from Unicode Character Database files, DO NOT EDIT
|
// !!! DO NOT EDIT !!!
|
||||||
|
// !!! Did you even read the comment? !!!
|
||||||
|
// This module is automatically generated from Unicode Character Database files
|
||||||
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
||||||
//dfmt off
|
//dfmt off
|
||||||
module std.internal.unicode_decomp;
|
module std.internal.unicode_decomp;
|
||||||
|
|
|
@ -5,7 +5,9 @@
|
||||||
* Authors: Dmitry Olshansky
|
* Authors: Dmitry Olshansky
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
// Automatically generated from Unicode Character Database files, DO NOT EDIT
|
// !!! DO NOT EDIT !!!
|
||||||
|
// !!! Did you even read the comment? !!!
|
||||||
|
// This module is automatically generated from Unicode Character Database files
|
||||||
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
||||||
//dfmt off
|
//dfmt off
|
||||||
module std.internal.unicode_grapheme;
|
module std.internal.unicode_grapheme;
|
||||||
|
|
|
@ -5,7 +5,9 @@
|
||||||
* Authors: Dmitry Olshansky
|
* Authors: Dmitry Olshansky
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
// Automatically generated from Unicode Character Database files, DO NOT EDIT
|
// !!! DO NOT EDIT !!!
|
||||||
|
// !!! Did you even read the comment? !!!
|
||||||
|
// This module is automatically generated from Unicode Character Database files
|
||||||
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
||||||
//dfmt off
|
//dfmt off
|
||||||
module std.internal.unicode_norm;
|
module std.internal.unicode_norm;
|
||||||
|
|
|
@ -5,7 +5,9 @@
|
||||||
* Authors: Dmitry Olshansky
|
* Authors: Dmitry Olshansky
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
// Automatically generated from Unicode Character Database files, DO NOT EDIT
|
// !!! DO NOT EDIT !!!
|
||||||
|
// !!! Did you even read the comment? !!!
|
||||||
|
// This module is automatically generated from Unicode Character Database files
|
||||||
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
||||||
//dfmt off
|
//dfmt off
|
||||||
module std.internal.unicode_tables;
|
module std.internal.unicode_tables;
|
||||||
|
|
|
@ -165,7 +165,9 @@ enum HeaderComment = `//Written in the D programming language
|
||||||
* Authors: Dmitry Olshansky
|
* Authors: Dmitry Olshansky
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
// Automatically generated from Unicode Character Database files, DO NOT EDIT
|
// !!! DO NOT EDIT !!!
|
||||||
|
// !!! Did you even read the comment? !!!
|
||||||
|
// This module is automatically generated from Unicode Character Database files
|
||||||
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
||||||
//dfmt off`;
|
//dfmt off`;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue