From 5aa602328b19a4ecb1353379f390fcabd026cc2b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 25 Nov 2013 19:31:57 -0700 Subject: mktables: Better comment some variables --- lib/unicore/mktables | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib') 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; -- cgit v1.2.1