[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/Convert/Converter.pm: update POD doc
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/Convert/Converter.pm: update POD documentation. |
Date: |
Fri, 19 Jan 2024 15:31:26 -0500 |
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 999bacd4a1 * tp/Texinfo/Convert/Converter.pm: update POD documentation.
999bacd4a1 is described below
commit 999bacd4a1d604303cd86dd1293a9f72fdbbbd60
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 19 21:31:17 2024 +0100
* tp/Texinfo/Convert/Converter.pm: update POD documentation.
---
ChangeLog | 4 ++++
tp/Texinfo/Convert/Converter.pm | 15 +++++++--------
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 83af88389d..22317d40b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-01-19 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Convert/Converter.pm: update POD documentation.
+
2024-01-19 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Convert/Converter.pm, tp/maintain/template.pod: remove
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index beeb6e0213..2e110272d9 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -2123,9 +2123,8 @@ while C<Texinfo::Convert::DocBook> is a real converter
that is also not too complex.
The documentation of L<Texinfo::Common>, L<Texinfo::Convert::Unicode>
-and L<Texinfo::Report> describes modules or additional function
-that may be useful for backends, while the parsed Texinfo tree is
-described in L<Texinfo::Parser>.
+describes modules or additional function that may be useful for backends,
+while the parsed Texinfo tree is described in L<Texinfo::Parser>.
=head1 METHODS
@@ -2371,11 +2370,11 @@ entity, or C<undef> is there is no such entity.
The module provides methods that may be useful for converter.
Most methods take a I<$converter> as argument to get some
-information and use methods for error reporting, see L<Texinfo::Report>. Also
-to translate strings, see L<Texinfo::Translations>. For
-useful methods that need a converter optionally and can be used
-in converters that do not inherit from C<Texinfo::Convert::Converter>,
-see L<Texinfo::Convert::Utils>.
+information and use methods for error reporting, see L</Registering error and
+warning messages>. Also to translate strings, see L<Texinfo::Translations>.
+For useful methods that need a converter optionally and can be used in
+converters that do not inherit from C<Texinfo::Convert::Converter>, see
+L<Texinfo::Convert::Utils>.
=over
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/Convert/Converter.pm: update POD documentation.,
Patrice Dumas <=