[BACK]Return to template1.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc

File: [local] / OpenXM / src / asir-contrib / packages / doc / Attic / template1.texi (download)

Revision 1.3, Fri Mar 5 15:30:50 2004 UTC (20 years, 4 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b
Changes since 1.2: +2 -2 lines

Two oxweave symbols are changed as follows:
eg-texi -> en, jp-texi -> ja.

/* $OpenXM: OpenXM/src/asir-contrib/packages/doc/template1.texi,v 1.3 2004/03/05 15:30:50 ohara Exp $ */
/*&en
@c template1.texi
@menu
* hoge::
@end menu
@node hoge,,, HOGE Functions
@subsection @code{hoge}
@findex hoge
@table @t
@item hoge(@var{p},@var{s})
::  ask the @code{hoge} server to execute the command string @var{s}.
@end table

@table @var
@item return
Void
@item p
Number
@item s
String
@end table

@itemize @bullet
@item  It asks the @code{hoge} server of the descriptor number @var{p}
to execute the command string @var{s}.
@end itemize
*/