changeset 12534:5b9b2645db26

Add optimize_subsasgn_calls function to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 19 Mar 2011 21:54:53 -0700
parents 35f6e9a25296
children 1eb430d9a1b9
files doc/ChangeLog doc/interpreter/oop.txi
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Sat Mar 19 17:46:45 2011 -0400
+++ b/doc/ChangeLog	Sat Mar 19 21:54:53 2011 -0700
@@ -1,3 +1,8 @@
+2010-03-19  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/oop.txi: Add optimize_subsasgn_calls function to 
+	documentation.
+
 2010-03-19  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/stats.txi: Add runlength function to documentation.
--- a/doc/interpreter/oop.txi	Sat Mar 19 17:46:45 2011 -0400
+++ b/doc/interpreter/oop.txi	Sat Mar 19 21:54:53 2011 -0700
@@ -292,6 +292,8 @@
 
 @DOCSTRING(subsasgn)
 
+@DOCSTRING(optimize_subsasgn_calls)
+
 Note that the @code{subsref} and @code{subsasgn} methods always receive the
 whole index chain, while they usually handle only the first element.  It is the
 responsibility of these methods to handle the rest of the chain (if needed),