changeset 8783:aee6f5c6665e

include DOCSTRING entries for cummin and cummax
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 17 Feb 2009 21:36:34 +0100
parents 45524925bed9
children 374cb30311a8
files doc/ChangeLog doc/interpreter/arith.txi
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Tue Feb 17 14:24:02 2009 -0500
+++ b/doc/ChangeLog	Tue Feb 17 21:36:34 2009 +0100
@@ -1,3 +1,7 @@
+2009-02-17  Jaroslav Hajek  <highegg@gmail.com>
+
+	* interpreter/arith.txi: Add reference to "cummin" and "cummax".
+
 2009-02-11  John W. Eaton  <jwe@octave.org>
 
 	* interpreter/Makefile.in (uninstall): Use $(DESTDIR) here too.
--- a/doc/interpreter/arith.txi	Tue Feb 17 14:24:02 2009 -0500
+++ b/doc/interpreter/arith.txi	Tue Feb 17 21:36:34 2009 +0100
@@ -80,6 +80,10 @@
 
 @DOCSTRING(min)
 
+@DOCSTRING(cummax)
+
+@DOCSTRING(cummin)
+
 @DOCSTRING(mod)
 
 @DOCSTRING(nextpow2)