texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Updated generated Texinfo file


From: Patrice Dumas
Subject: branch master updated: Updated generated Texinfo file
Date: Thu, 03 Oct 2024 13:45:12 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 4583f4ad46 Updated generated Texinfo file
4583f4ad46 is described below

commit 4583f4ad4619efc7ac33c792b703aee34c45347c
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Aug 5 23:16:57 2024 +0200

    Updated generated Texinfo file
---
 doc/tp_api/api_includes/Texinfo-Convert-Converter.texi | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi 
b/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi
index 9f392bdc64..0490152454 100644
--- a/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi
+++ b/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi
@@ -16,7 +16,7 @@ Texinfo::Convert::Converter - Parent class for Texinfo tree 
converters
   @ISA = qw(Texinfo::Convert::Converter);
 
   sub converter_defaults ($$) {
-    return %myconverter_defaults;
+    return \%myconverter_defaults;
   }
   sub converter_initialize($) {
     my $self = shift;
@@ -224,12 +224,13 @@ To help with these initializations, the modules 
subclassing @code{Texinfo::Conve
 can define two methods:
 
 @table @asis
-@item %defaults = $converter->converter_defaults($options)
-@anchor{Texinfo@asis{::}Convert@asis{::}Converter %defaults = 
$converter->converter_defaults($options)}
+@item \%defaults = $converter->converter_defaults($options)
+@anchor{Texinfo@asis{::}Convert@asis{::}Converter \%defaults = 
$converter->converter_defaults($options)}
 @cindex @code{converter_defaults}
 
-The module can provide a defaults hash for converter customization options.
-The @emph{$options} hash reference holds options for the converter.
+The module can provide the reference on a hash with defaults for converter
+customization options.  The @emph{$options} hash reference holds options for 
the
+converter.
 
 @item converter_initialize
 @anchor{Texinfo@asis{::}Convert@asis{::}Converter converter_initialize}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]