/[texi2html]/texi2html/Tests/nodes_texinfo_res/Typed-Functions.html
ViewVC logotype

Diff of /texi2html/Tests/nodes_texinfo_res/Typed-Functions.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by pertusus, Tue Aug 9 17:19:22 2005 UTC revision 1.20 by pertusus, Tue Aug 23 23:51:14 2005 UTC
# Line 104  particular entity, and its arguments, if Line 104  particular entity, and its arguments, if
104  @end deftypefn  @end deftypefn
105  </pre></td></tr></table>  </pre></td></tr></table>
106    
107  <p>(where the text before the &quot;&hellip;&quot;, shown above as two lines, would  <p>(where the text before the &ldquo;&hellip;&rdquo;, shown above as two lines, would
108  actually be a single line in a real Texinfo file) produces the following  actually be a single line in a real Texinfo file) produces the following
109  in Info:  in Info:
110  </p>  </p>
111  <table><tr><td>&nbsp;</td><td><pre class="smallexample">-- Library Function: int foobar (int FOO, float BAR)  <table><tr><td>&nbsp;</td><td><pre class="smallexample">-- Library Function: int foobar (int FOO, float BAR)
112  &hellip;  &hellip;
113  </pre></td></tr></table>  </pre></td></tr></table>
114  <p>This means that <code>foobar</code> is a &quot;library function&quot; that returns an  <p>This means that <code>foobar</code> is a &ldquo;library function&rdquo; that returns an
115  <code>int</code>, and its arguments are <var>foo</var> (an <code>int</code>) and  <code>int</code>, and its arguments are <var>foo</var> (an <code>int</code>) and
116  <var>bar</var> (a <code>float</code>).  <var>bar</var> (a <code>float</code>).
117  </p>  </p>
118  <p>The argument names that you write in <code>@deftypefn</code> are not subject  <p>The argument names that you write in <code>@deftypefn</code> are not subject
119  to an implicit <code>@var</code>--since the actual names of the arguments in  to an implicit <code>@var</code>&mdash;since the actual names of the arguments in
120  <code>@deftypefn</code> are typically scattered among data type names and  <code>@deftypefn</code> are typically scattered among data type names and
121  keywords, Texinfo cannot find them without help.  Instead, you must write  keywords, Texinfo cannot find them without help.  Instead, you must write
122  <code>@var</code> explicitly around the argument names.  In the example  <code>@var</code> explicitly around the argument names.  In the example

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26