changeset 28949:f6f60438f6cf stable

doc: Update @detailmenu in octave.texi ahead of 6.1 release. octave.texi: Update @detailmenu to match menu structure in *.txi files.
author Rik <rik@octave.org>
date Sat, 17 Oct 2020 01:26:46 -0700
parents 8592190176a8
children 07cf4d8a859c e4f767de937a
files doc/interpreter/octave.texi
diffstat 1 files changed, 22 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/octave.texi	Thu Oct 15 15:13:33 2020 +0200
+++ b/doc/interpreter/octave.texi	Sat Oct 17 01:26:46 2020 -0700
@@ -403,18 +403,25 @@
 
 * Introduction to Function and Script Files::
 * Defining Functions::
+* Returning from a Function::
 * Multiple Return Values::
+* Variable-length Return Lists::
 * Variable-length Argument Lists::
 * Ignoring Arguments::
-* Variable-length Return Lists::
-* Returning from a Function::
 * Default Arguments::
+* Validating Arguments::
 * Function Files::
 * Script Files::
 * Function Handles and Anonymous Functions::
 * Commands::
 * Organization of Functions::
 
+Validating Arguments
+
+* Validating the number of Arguments::
+* Validating the type of Arguments::
+* Parsing Arguments::
+
 Function Files
 
 * Manipulating the Load Path::
@@ -564,6 +571,7 @@
 * Root Properties::
 * Figure Properties::
 * Axes Properties::
+* Legend Properties::
 * Line Properties::
 * Text Properties::
 * Image Properties::
@@ -575,6 +583,7 @@
 * Uicontextmenu Properties::
 * Uipanel Properties::
 * Uicontrol Properties::
+* Uitable Properties::
 * Uitoolbar Properties::
 * Uipushtool Properties::
 * Uitoggletool Properties::
@@ -607,6 +616,7 @@
 Graphics Toolkits
 
 * Customizing Toolkit Behavior::
+* Hardware vs. Software Rendering::
 
 Matrix Manipulation
 
@@ -749,6 +759,7 @@
 * Voronoi Diagrams::
 * Convex Hull::
 * Interpolation on Scattered Data::
+* Vector Rotation Matrices::
 
 Delaunay Triangulation
 
@@ -789,6 +800,7 @@
 * Indexing Objects::
 * Overloading Objects::
 * Inheritance and Aggregation::
+* classdef Classes::
 
 Indexing Objects
 
@@ -801,6 +813,14 @@
 * Operator Overloading::
 * Precedence of Objects::
 
+classdef Classes
+
+* Creating a classdef Class::
+* Properties::
+* Methods::
+* Inheritance::
+* Value Classes vs. Handle Classes::
+
 GUI Development
 
 * I/O Dialogs::