diff doc/interpreter/oop.txi @ 12448:f2c080bbd8a5

Fix documentation bugs uncovered while rewriting munge-texi. Add missing commas to @seealso macro calls for some script functions. Remove @DOCSTRING references to functions without help text references.
author Rik <octave@nomad.inbox5.com>
date Mon, 14 Feb 2011 17:23:04 -0800
parents 6f8ffe2c6f76
children 5b9b2645db26
line wrap: on
line diff
--- a/doc/interpreter/oop.txi	Tue Feb 15 01:28:11 2011 +0100
+++ b/doc/interpreter/oop.txi	Mon Feb 14 17:23:04 2011 -0800
@@ -299,11 +299,8 @@
 
 If you wish to use the @code{end} keyword in subscripted expressions
 of an object, then the user needs to define the @code{end} method for 
-the class.
-
-@DOCSTRING(end)
-
-For example the @code{end} method for our polynomial class might look like
+the class.  For example, the @code{end} method for our polynomial class might
+look like
 
 @example
 @group
@@ -313,8 +310,8 @@
 
 @noindent
 which is a fairly generic @code{end} method that has a behavior similar to
-the @code{end} keyword for Octave Array classes.  It can then be used for
-example like
+the @code{end} keyword for Octave Array classes.  It can then be used as 
+follows:
 
 @example
 @group