diff doc/interpreter/octave.texi @ 8221:06094fa570a3

Add some documentation for the OOP code of Octave
author David Bateman <dbateman@free.fr>
date Wed, 15 Oct 2008 20:35:22 +0100
parents d51c3541be28
children 674d00f5e072
line wrap: on
line diff
--- a/doc/interpreter/octave.texi	Wed Oct 15 14:19:33 2008 -0400
+++ b/doc/interpreter/octave.texi	Wed Oct 15 20:35:22 2008 +0100
@@ -177,6 +177,7 @@
 * Signal Processing::           
 * Image Processing::            
 * Audio Processing::            
+* Object Oriented Programming::            
 * System Utilities::            
 * Packages:: 
 * Dynamically Linked Functions::
@@ -487,6 +488,13 @@
 * Plotting on top of Images::   
 * Color Conversion::            
 
+Object Oriented Programming
+
+* Creating a Class:
+* Manipulating Classes::
+* Indexing Objects::
+* Overloading Objects::
+
 System Utilities
 
 * Timing Utilities::            
@@ -600,6 +608,7 @@
 @include signal.texi
 @include image.texi
 @include audio.texi
+@include oop.texi
 @include system.texi
 @include package.texi