diff doc/ChangeLog @ 11431:0d9640d755b1

Improve docstrings for all isXXX functions. Use 'return true' rather than 'return 1'. Improve the cross-referencing through seealso links.
author Rik <octave@nomad.inbox5.com>
date Fri, 31 Dec 2010 13:20:44 -0800
parents 13f128bd6a6f
children e151e23f73bc
line wrap: on
line diff
--- a/doc/ChangeLog	Fri Dec 31 09:56:44 2010 -0800
+++ b/doc/ChangeLog	Fri Dec 31 13:20:44 2010 -0800
@@ -1,3 +1,10 @@
+2010-12-31  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/expr.txi: Add isindex function to documentation
+	* interpreter/func.txi: Add isargout function to documentation
+	* interpreter/matrix.txi: Add isfinite function to documentation
+	* interpreter/numbers.txi: Add ishermitian function to documentation
+
 2010-12-31  Kai Habel  <kai.habel@gmx.de>
 
 	* interpreter/arith.txi: Add curl and divergence function.