texinfo-commits
[Top][All Lists]
Advanced

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

[6140] tweak text, add id


From: karl
Subject: [6140] tweak text, add id
Date: Sun, 22 Feb 2015 23:34:39 +0000

Revision: 6140
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6140
Author:   karl
Date:     2015-02-22 23:34:38 +0000 (Sun, 22 Feb 2015)
Log Message:
-----------
tweak text, add id

Modified Paths:
--------------
    trunk/tp/maintain/template.pod

Property Changed:
----------------
    trunk/tp/maintain/template.pod

Modified: trunk/tp/maintain/template.pod
===================================================================
--- trunk/tp/maintain/template.pod      2015-02-22 22:53:33 UTC (rev 6139)
+++ trunk/tp/maintain/template.pod      2015-02-22 23:34:38 UTC (rev 6140)
@@ -1,3 +1,4 @@
+# $Id$
 # Automatically generated from maintain/template.pod
 
 =head1 NAME
@@ -10,6 +11,9 @@
     = Texinfo::Convert::OUTFORMAT->converter({'parser' => $parser});
 
   $converter->output($tree);
+  $converter->convert($tree);
+  $converter->convert_tree($tree);
+__HTML   $converter->output_internal_links(); # HTML only
 
 =head1 DESCRIPTION
 
@@ -21,7 +25,7 @@
 
 =item $converter = Texinfo::Convert::OUTFORMAT->converter($options)
 
-Initialize an OUTFORMAT converter.  
+Initialize converter from Texinfo to OUTFORMAT.  
 
 The I<$options> hash reference holds options for the converter.  In
 this option hash reference a parser object may be associated with the 
@@ -44,15 +48,15 @@
 =item $result = $converter->convert_tree($tree)
 
 Convert a Texinfo tree portion I<$tree> and return the resulting 
-output.  This function do not try to output a full document but only
-portions of document.  For a full document use C<convert>.
+output.  This function does not try to output a full document but only
+portions.  For a full document use C<convert>.
 
-=item $result = $converter->output_internal_links()
-
-Returns text representing the links in the document.  At present the format 
-should follow the C<--internal-links> option of texi2any/makeinfo specification
-and this is only relevant for HTML.
-
+__HTML =item $result = $converter->output_internal_links()
+__HTML
+__HTML Returns text representing the links in the document.  The format should
+__HTML follow the C<--internal-links> option of the texi2any/makeinfo
+__HTML specification.  This is only supported in (and relevant for) HTML.
+__HTML
 =back
 
 =head1 AUTHOR


Property changes on: trunk/tp/maintain/template.pod
___________________________________________________________________
Added: svn:keywords
   + Date Author Id




reply via email to

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