[Mathlib-commitlog] SF.net SVN: mathlib:[821] JMathLib/trunk/src/jmathlib/toolbox/general
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-01 17:37:55
|
Revision: 821
http://mathlib.svn.sourceforge.net/mathlib/?rev=821&view=rev
Author: st_mueller
Date: 2009-02-01 17:37:46 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
documentation bugfixes
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/toolbox/general/global.java
JMathLib/trunk/src/jmathlib/toolbox/general/size.java
JMathLib/trunk/src/jmathlib/toolbox/general/uint8.java
Modified: JMathLib/trunk/src/jmathlib/toolbox/general/global.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/general/global.java 2009-02-01 17:36:26 UTC (rev 820)
+++ JMathLib/trunk/src/jmathlib/toolbox/general/global.java 2009-02-01 17:37:46 UTC (rev 821)
@@ -121,6 +121,6 @@
</programlisting>
@NOTES
@SEE
-isglobal, isvarname
+isglobal
*/
Modified: JMathLib/trunk/src/jmathlib/toolbox/general/size.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/general/size.java 2009-02-01 17:36:26 UTC (rev 820)
+++ JMathLib/trunk/src/jmathlib/toolbox/general/size.java 2009-02-01 17:37:46 UTC (rev 821)
@@ -78,6 +78,6 @@
</programlisting>
@NOTES
@SEE
-rowcount, colcount, row, col, ndims
+rows, columns, row, col, ndims
*/
Modified: JMathLib/trunk/src/jmathlib/toolbox/general/uint8.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/general/uint8.java 2009-02-01 17:36:26 UTC (rev 820)
+++ JMathLib/trunk/src/jmathlib/toolbox/general/uint8.java 2009-02-01 17:37:46 UTC (rev 821)
@@ -69,7 +69,7 @@
</programlisting>
@SEE
-double, int16, int8, uint16, uint32, uint64
+double, int16, int8, uint16, uint32
*/
/*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|