[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6191] Parser.pm documentation
From: |
Gavin D. Smith |
Subject: |
[6191] Parser.pm documentation |
Date: |
Sun, 15 Mar 2015 09:52:24 +0000 |
Revision: 6191
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6191
Author: gavin
Date: 2015-03-15 09:52:23 +0000 (Sun, 15 Mar 2015)
Log Message:
-----------
Parser.pm documentation
Modified Paths:
--------------
trunk/tp/Texinfo/Parser.pm
Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm 2015-03-14 15:36:15 UTC (rev 6190)
+++ trunk/tp/Texinfo/Parser.pm 2015-03-15 09:52:23 UTC (rev 6191)
@@ -6924,11 +6924,12 @@
=item inter_item
Those containers appear in C<@table>, C<@ftable> and C<@vtable>.
-A I<table_entry> container contains C<@item> and C<@itemx> and
-the text following the C<@item> and C<@itemx> entries. A I<table_term>
-container holds all the C<@item> and C<@itemx> of the I<table_entry>.
-The I<table_item> container holds the content following the I<table_term>.
-If there is some content before an C<@itemx> (normally only comments,
+A I<table_entry> container contains an entire row of the table.
+It contains a I<table_term> container, which holds all the C<@item> and
+C<@itemx> lines. This is followed by a I<table_item> container, which
+holds the content that is to go into the second column of the table.
+
+If there is any content before an C<@itemx> (normally only comments,
empty lines or maybe index entries are allowed), it will be in
a container with type I<inter_item>.
@@ -6952,7 +6953,7 @@
=item row
In C<@multitable>, a I<multitable_head> container contains all the rows
-with C<@headitem>, while I<multitable_body> contains the rows associated
+with C<@headitem>, while I<multitable_body> contains the rows associate
with C<@item>. A I<row> container contains the C<@item> and @<tab>
forming a row.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6191] Parser.pm documentation,
Gavin D. Smith <=