[Nice-commit] Nice/web manual.xml,1.31,1.32
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-18 00:58:23
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1:/tmp/cvs-serv29149/web Modified Files: manual.xml Log Message: Removed section about calling Nice functions from Java, it is now irrelevant. Index: manual.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/manual.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** manual.xml 17 Dec 2003 14:33:09 -0000 1.31 --- manual.xml 18 Dec 2003 00:58:20 -0000 1.32 *************** *** 1304,1316 **** <section><title>Calling a method</title> <para> - You can call a <link linkend="method">method</link> - <literal>f</literal> - defined in a nice package <literal>pkg</literal> - by naming it <literal>pkg.fun.f</literal> in the Java program. - </para> - </section> - - <section><title>Calling a method</title> - <para> You can call a <link linkend="method">method</link> <literal>m</literal> --- 1304,1307 ---- |