Skip to content

Commit

Permalink
* Perform the second half of synopsis line fixes on tags
Browse files Browse the repository at this point in the history
All tags now have proper interpolate/reparse/hide options listed, and
also the listed other attributes are also pretty much up to date with
the code.
  • Loading branch information
docelic committed Jul 15, 2008
1 parent d9cc686 commit 96eb0ea
Show file tree
Hide file tree
Showing 117 changed files with 1,584 additions and 235 deletions.
14 changes: 14 additions & 0 deletions docbook/literals.ent
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ values above are not properly aligned. This is an unfortunate nature of
&ROW_INTERPOLATE_NONCONTAINER_0;
&ROW_HIDE_0;
">
<!ENTITY TAG_NON_CONTAINER_1 "
&ROW_INTERPOLATE_NONCONTAINER_1;
&ROW_HIDE_0;
">
<!ENTITY TAG_CONTAINER "
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
Expand All @@ -152,6 +156,16 @@ values above are not properly aligned. This is an unfortunate nature of
&ROW_REPARSE_1;
&ROW_HIDE_0;
">
<!ENTITY TAG_CONTAINER_0_0 "
&ROW_INTERPOLATE_0;
&ROW_REPARSE_0;
&ROW_HIDE_0;
">
<!ENTITY TAG_CONTAINER_1_0 "
&ROW_INTERPOLATE_1;
&ROW_REPARSE_0;
&ROW_HIDE_0;
">
<!ENTITY TAG_LIST_CONTAINER "
<row>

Expand Down
2 changes: 1 addition & 1 deletion refs/convert-date.tag
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ __NAME__ synopsis
<row>

<entry>
<group>
<group choice='plain'>
<arg choice='plain'>adjust</arg>
<arg choice='plain'>days</arg>
</group>
Expand Down
2 changes: 1 addition & 1 deletion refs/counter.tag
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ __NAME__ synopsis
<row>

<entry>
<group>
<group choice='plain'>
<arg choice='plain'>name</arg>
<arg choice='plain'>file</arg>
</group>
Expand Down
4 changes: 2 additions & 2 deletions refs/crypt.tag
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ __END__
__NAME__ synopsis
<row>
<entry>
<group>
<group choice='plain'>
<arg choice='plain'>value</arg>
<arg choice='plain'>password</arg>
</group>
Expand All @@ -17,7 +17,7 @@ __NAME__ synopsis
</row>
<row>
<entry>
<group>
<group choice='plain'>
<arg choice='plain'>salt</arg>
<arg choice='plain'>crypted</arg>
</group>
Expand Down
4 changes: 2 additions & 2 deletions refs/db_columns.tag
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ __NAME__ synopsis
<row>

<entry>
<group>
<group choice='plain'>
<arg>name</arg>
<arg>table</arg>
</group>
Expand All @@ -24,7 +24,7 @@ __NAME__ synopsis
<row>

<entry>
<group>
<group choice='plain'>
<arg>fields</arg>
<arg>columns</arg>
</group>
Expand Down
24 changes: 2 additions & 22 deletions refs/mail.tag
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,6 @@ __NAME__ synopsis
<!-- DSC -->
</entry>

</row>
<row>

<entry>
hide
</entry>
<entry>
<!-- POS -->
</entry>
<entry>
<!-- REQ -->
</entry>
<entry>
<!-- DFL -->
</entry>
<entry>
<!-- DSC -->
</entry>

</row>
<row>

Expand Down Expand Up @@ -94,6 +75,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
__END__
&TAG_CONTAINER;
__END__
5 changes: 2 additions & 3 deletions refs/menu-load.tag
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
__END__
&TAG_NON_CONTAINER;
__END__
5 changes: 2 additions & 3 deletions refs/menu.tag
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ __NAME__ synopsis
<entry><literal>simple</literal></entry>
<entry>menu type (<literal>simple</literal>, <literal>tree</literal>, <literal>flyout</literal>)</entry>
</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
&TAG_CONTAINER;
__END__

__NAME__ description
Expand Down Expand Up @@ -102,4 +101,4 @@ __END__

__NAME__ see also
MV_MENU_DIRECTORY, tree
__END__
__END__
5 changes: 2 additions & 3 deletions refs/meta-info.tag
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
__END__
&TAG_NON_CONTAINER;
__END__
4 changes: 4 additions & 0 deletions refs/meta-record.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

__NAME__ synopsis
&TAG_NON_CONTAINER;
__END__
5 changes: 2 additions & 3 deletions refs/mm-value.tag
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
&TAG_NON_CONTAINER;
__END__

__NAME__ example: Display current user
Expand All @@ -72,4 +71,4 @@ __END__

__NAME__ see also
if-mm, grep-mm
__END__
__END__
5 changes: 5 additions & 0 deletions refs/mm_locale.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

__NAME__ synopsis
&TAG_NON_CONTAINER;
__END__

1 change: 1 addition & 0 deletions refs/more_list.tag
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ __NAME__ synopsis
</entry>

</row>
&TAG_CONTAINER;
__END__

__NAME__ description
Expand Down
5 changes: 2 additions & 3 deletions refs/msg.tag
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
__END__
&TAG_CONTAINER;
__END__
27 changes: 24 additions & 3 deletions refs/mvasp.tag
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
__NAME__ synopsis
<row>

<entry>
<group choice='plain'>
<arg choice='plain'>table</arg>
<arg choice='plain'>tables</arg>
</group>
</entry>
<entry>
<!-- POS -->
</entry>
<entry>
<!-- REQ -->
</entry>
<entry>
<!-- DFL -->
</entry>
<entry>
<!-- DSC -->
</entry>

</row>
<row>

<entry>
Expand All @@ -18,6 +40,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
__END__
&TAG_CONTAINER_0_0;
__END__
5 changes: 5 additions & 0 deletions refs/newer.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

__NAME__ synopsis
&TAG_NON_CONTAINER;
__END__

3 changes: 1 addition & 2 deletions refs/nitems.tag
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
&TAG_NON_CONTAINER;
__END__


Expand Down
5 changes: 5 additions & 0 deletions refs/object.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

__NAME__ synopsis
&TAG_CONTAINER;
__END__

5 changes: 2 additions & 3 deletions refs/onfly.tag
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
__END__
&TAG_NON_CONTAINER;
__END__
24 changes: 21 additions & 3 deletions refs/options.tag
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
__NAME__ synopsis
<row>

<entry>
code
</entry>
<entry>
Yes
</entry>
<entry>
Yes
</entry>
<entry>
<!-- DFL -->
</entry>
<entry>
<!-- DSC -->
</entry>

</row>
<row>

<entry>
Expand Down Expand Up @@ -94,6 +113,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
__END__
&TAG_NON_CONTAINER;
__END__
3 changes: 1 addition & 2 deletions refs/order.tag
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
&TAG_NON_CONTAINER;
__END__
2 changes: 1 addition & 1 deletion refs/output-to.tag
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ __NAME__ example: Return to default space
<programlisting>
[output-to name=""]
</programlisting>
__END__
__END__
5 changes: 5 additions & 0 deletions refs/page-meta.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

__NAME__ synopsis
&TAG_NON_CONTAINER;
__END__

5 changes: 2 additions & 3 deletions refs/page.tag
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __NAME__ synopsis
<entry></entry><entry></entry>
<entry></entry>
<entry>
See &tag-area; options.
See options for tag &tag-area;.
</entry>
</row>
<row>
Expand All @@ -21,8 +21,7 @@ See &tag-area; options.
Name of a &glos-CSS; class to insert as <literal>class=<replaceable>...</replaceable></literal>.
</entry>
</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
&TAG_NON_CONTAINER;
__END__

__NAME__ see also
Expand Down
5 changes: 5 additions & 0 deletions refs/parse_locale.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

__NAME__ synopsis
&TAG_CONTAINER;
__END__

3 changes: 1 addition & 2 deletions refs/pay-cert-redeem.tag
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
&TAG_NON_CONTAINER;
__END__
3 changes: 1 addition & 2 deletions refs/pay-cert.tag
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
&TAG_NON_CONTAINER;
__END__
4 changes: 4 additions & 0 deletions refs/perl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

__NAME__ synopsis
&TAG_CONTAINER;
__END__

__NAME__ see also
calc, mvasp
__END__
Expand Down
5 changes: 5 additions & 0 deletions refs/process-order.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

__NAME__ synopsis
&TAG_NON_CONTAINER;
__END__

5 changes: 5 additions & 0 deletions refs/process-target.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

__NAME__ synopsis
&TAG_NON_CONTAINER;
__END__

5 changes: 2 additions & 3 deletions refs/process.tag
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ __NAME__ synopsis
</entry>

</row>
&ROW_INTERPOLATE_0;
&ROW_REPARSE_1;
__END__
&TAG_NON_CONTAINER;
__END__
Loading

0 comments on commit 96eb0ea

Please sign in to comment.