mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Add URL for Unicode table generator into the headers of the Unicode tables
This commit is contained in:
parent
a1f2e760e7
commit
297370abc2
5 changed files with 10 additions and 5 deletions
|
@ -165,7 +165,8 @@ enum HeaderComment = `//Written in the D programming language
|
|||
* Authors: Dmitry Olshansky
|
||||
*
|
||||
*/
|
||||
//Automatically generated from Unicode Character Database files, DO NOT EDIT
|
||||
// Automatically generated from Unicode Character Database files, DO NOT EDIT
|
||||
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
|
||||
//dfmt off`;
|
||||
|
||||
auto toPairs(K, V)(V[K] aa)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue