summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-11-25 19:31:57 -0700
committerKarl Williamson <public@khwilliamson.com>2013-12-31 08:27:20 -0700
commit5aa602328b19a4ecb1353379f390fcabd026cc2b (patch)
treed5a1cd6a35e5e34d118c56bd64458e3c9c02a846 /lib
parent35adc6e3a10251bbbd72048f5d44a23598cc8ba7 (diff)
downloadperl-5aa602328b19a4ecb1353379f390fcabd026cc2b.tar.gz
mktables: Better comment some variables
Diffstat (limited to 'lib')
-rw-r--r--lib/unicore/mktables9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 346c8d0103..cede74c94f 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -5592,9 +5592,12 @@ END
}
else {
my $range_size_1 = $range_size_1{$addr};
- my $format; # Used only in $annotate option
- my $include_name; # Used only in $annotate option
- my $include_cp; # Used only in $annotate option
+
+ # These are used only in $annotate option
+ my $format; # e.g. $HEX_ADJUST_FORMAT
+ my $include_name; # ? Include the character's name in the
+ # annotation?
+ my $include_cp; # ? Include its code point
# To make it more readable, use a minimum indentation
my $comment_indent = 16;