From 24f411955eb9dbc6a9c1fbf48a62a6f64e547fc6 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 18 Feb 2022 17:41:39 -0800 Subject: [PATCH] generate- update doc comment to be same as upstream --- scripts/_common.zig | 2 +- src/arabic_shaping.zig | 2 +- src/bidi_brackets.zig | 2 +- src/bidi_mirroring.zig | 2 +- src/blocks.zig | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/_common.zig b/scripts/_common.zig index 215ec3e35307bb7d93c494c1dd137cc22c7eebcf..8787b8c60f01e614c38f0dd8df29c1d4e893f3c0 100644 --- a/scripts/_common.zig +++ b/scripts/_common.zig @@ -28,7 +28,7 @@ pub fn Main(comptime T: type) type { try w.writeAll( \\// This file is part of the Unicode Character Database - \\// See http://www.unicode.org/reports/tr44/ for more information. + \\// For documentation, see http://www.unicode.org/reports/tr44/ \\// \\ ); diff --git a/src/arabic_shaping.zig b/src/arabic_shaping.zig index b4cf72b2a6c9dad866627838b2c8e6b2518d6538..d3861d529335b3acfd2a2c6df77fa460a58eddee 100644 --- a/src/arabic_shaping.zig +++ b/src/arabic_shaping.zig @@ -1,5 +1,5 @@ // This file is part of the Unicode Character Database -// See http://www.unicode.org/reports/tr44/ for more information. +// For documentation, see http://www.unicode.org/reports/tr44/ // // Based on the source file: https://unicode.org/Public/13.0.0/ucd/ArabicShaping.txt // diff --git a/src/bidi_brackets.zig b/src/bidi_brackets.zig index eab7b65df34cfc9855bf51f1cbeb2ca1ce8aeb0e..fc26b542fd8f8a7c64e2b6d6668a0c64a82b092f 100644 --- a/src/bidi_brackets.zig +++ b/src/bidi_brackets.zig @@ -1,5 +1,5 @@ // This file is part of the Unicode Character Database -// See http://www.unicode.org/reports/tr44/ for more information. +// For documentation, see http://www.unicode.org/reports/tr44/ // // Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiBrackets.txt // diff --git a/src/bidi_mirroring.zig b/src/bidi_mirroring.zig index f4aedcd2cae6cf5fa78993b42d254d884adadfd5..1761a2454ab78280029e2aafa5d38f6a36f0939e 100644 --- a/src/bidi_mirroring.zig +++ b/src/bidi_mirroring.zig @@ -1,5 +1,5 @@ // This file is part of the Unicode Character Database -// See http://www.unicode.org/reports/tr44/ for more information. +// For documentation, see http://www.unicode.org/reports/tr44/ // // Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiMirroring.txt // diff --git a/src/blocks.zig b/src/blocks.zig index 29c5b4bb5d658486efae7926cc4ae69968fb1351..39a10bca052f8cd8e5d0fad984c9b806e17ff912 100644 --- a/src/blocks.zig +++ b/src/blocks.zig @@ -1,5 +1,5 @@ // This file is part of the Unicode Character Database -// See http://www.unicode.org/reports/tr44/ for more information. +// For documentation, see http://www.unicode.org/reports/tr44/ // // Based on the source file: https://unicode.org/Public/13.0.0/ucd/Blocks.txt // -- 2.54.0