authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-18 17:41:39 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-18 17:41:39 -08:00
log24f411955eb9dbc6a9c1fbf48a62a6f64e547fc6
treebe40bd8581296578d98c5d65dbb78e5fe5b2cba4
parent42386e972198e09028c0b2135de5244448b240ff

generate- update doc comment to be same as upstream


5 files changed, 5 insertions(+), 5 deletions(-)

scripts/_common.zig+1-1
......@@ -28,7 +28,7 @@ pub fn Main(comptime T: type) type {
2828
2929 try w.writeAll(
3030 \\// This file is part of the Unicode Character Database
31 \\// See http://www.unicode.org/reports/tr44/ for more information.
31 \\// For documentation, see http://www.unicode.org/reports/tr44/
3232 \\//
3333 \\
3434 );
src/arabic_shaping.zig+1-1
......@@ -1,5 +1,5 @@
11// This file is part of the Unicode Character Database
2// See http://www.unicode.org/reports/tr44/ for more information.
2// For documentation, see http://www.unicode.org/reports/tr44/
33//
44// Based on the source file: https://unicode.org/Public/13.0.0/ucd/ArabicShaping.txt
55//
src/bidi_brackets.zig+1-1
......@@ -1,5 +1,5 @@
11// This file is part of the Unicode Character Database
2// See http://www.unicode.org/reports/tr44/ for more information.
2// For documentation, see http://www.unicode.org/reports/tr44/
33//
44// Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiBrackets.txt
55//
src/bidi_mirroring.zig+1-1
......@@ -1,5 +1,5 @@
11// This file is part of the Unicode Character Database
2// See http://www.unicode.org/reports/tr44/ for more information.
2// For documentation, see http://www.unicode.org/reports/tr44/
33//
44// Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiMirroring.txt
55//
src/blocks.zig+1-1
......@@ -1,5 +1,5 @@
11// This file is part of the Unicode Character Database
2// See http://www.unicode.org/reports/tr44/ for more information.
2// For documentation, see http://www.unicode.org/reports/tr44/
33//
44// Based on the source file: https://unicode.org/Public/13.0.0/ucd/Blocks.txt
55//