texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix errors in POD sections.


From: Patrice Dumas
Subject: branch master updated: Fix errors in POD sections.
Date: Sun, 09 Jan 2022 19:05:48 -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 04e9e14fae Fix errors in POD sections.
04e9e14fae is described below

commit 04e9e14faedb9e6ff811387c0021fbbf1d44c026
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Jan 10 01:05:21 2022 +0100

    Fix errors in POD sections.
---
 tp/Texinfo/Convert/Converter.pm | 2 ++
 tp/Texinfo/ParserNonXS.pm       | 8 +++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index 22222e19d2..8c06182962 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -1925,6 +1925,8 @@ upper cased.  The function returns the accents formatted 
as XML.
 
 Finally, there is:
 
+=over
+
 =item $result = $converter->output_internal_links()
 
 At this level, the method just returns undef.  It is used in the HTML
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 156b7541d2..16623f0ad7 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -6165,7 +6165,7 @@ to use only what is in common, so document only what is 
in common.
 
 =item $tree = parse_texi_piece ($parser, $text, $first_line_number)
 
-This function is used to parse some Texinfo fragments.
+This function is used to parse Texinfo fragments.
 
 I<$text> is the string containing the texinfo text.  I<$first_line_number> is
 the line number of the first text line, if undef, it will be set to 1.
@@ -6184,6 +6184,12 @@ of a macro.
 
 =end comment
 
+=begin comment
+
+The XS parser implements only part of the arguments and allows only a
+restricted set of arguments types compared to the perl parser.  We want users
+to use only what is in common, so document only what is in common.
+
 =item $tree = parse_texi_text ($parser, $text, $line_numbers_specification, 
$file_name, $macro_name, $fixed_line_number)
 
 =end comment



reply via email to

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