From 80b43026b80307925863980f23f56f2c49ad0020 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Thu, 7 Jul 2016 09:46:12 +0000 Subject: When generating the LUA reference in AsciiDoc then say so. Generating LUA documentation source for the developer guide says that it's generating XML, which it did before the switch to AsciiDoc. Fix this statement. Change-Id: Ib8625af84c74b5f6dc31c1e9e5ded80d9d7940ff Reviewed-on: https://code.wireshark.org/review/16320 Reviewed-by: Michael Mann --- docbook/make-wsluarm.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docbook/make-wsluarm.pl b/docbook/make-wsluarm.pl index 4bba10b9c0..16bc9135c0 100755 --- a/docbook/make-wsluarm.pl +++ b/docbook/make-wsluarm.pl @@ -89,9 +89,9 @@ sub gorolla { # break up descriptions based on newlines and keywords # builds an array of paragraphs and returns the array ref -# each entry in the array is a single line for XML, but not a +# each entry in the array is a single line for doc source, but not a # whole paragraph - there are ""/"" entries in the -# array to make them paragraphs - this way the XML itself is +# array to make them paragraphs - this way the doc source itself is # also pretty, while the resulting output is of course valid # first arg is the array to build into; second arg is an array # of lines to parse - this way it can be called from multiple @@ -280,7 +280,7 @@ sub parse_attrib_desc { return parse_desc_common(\@r, \@lines); } -# prints the parse_* arrays into the XML file with pretty indenting +# prints the parse_* arrays into the doc source file with pretty indenting # first arg is the description array, second is indent level sub print_desc { my $desc_ref = $_[0]; @@ -610,7 +610,7 @@ while ( $file ) { $modules{$module{name}} = $docfile; - print "Generating source XML for: $module{name}\n"; + print "Generating source AsciiDoc for: $module{name}\n"; printf D ${$template_ref}{module_header}, $module{name}, $module{name}; -- cgit v1.2.3