changeset 4178:b75f74a76941

[project @ 2002-11-13 15:43:35 by jwe]
author jwe
date Wed, 13 Nov 2002 15:43:35 +0000
parents 34ef135b29fa
children 8734ba917fea
files doc/interpreter/munge-texi.cc doc/interpreter/octave.texi
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/munge-texi.cc
+++ b/doc/interpreter/munge-texi.cc
@@ -36,8 +36,7 @@
 
 #include <map>
 
-static map<std::string, std::string> help_text
-  = map<std::string, std::string> ();
+static std::map<std::string, std::string> help_text;
 
 #else
 
--- a/doc/interpreter/octave.texi
+++ b/doc/interpreter/octave.texi
@@ -131,6 +131,7 @@
 * Statements::                  Looping and program flow control.
 * Functions and Scripts::       
 * Error Handling::              
+* Debugging::
 * Input and Output::            
 * Plotting::                    
 * Matrix Manipulation::         
@@ -308,6 +309,10 @@
 * Dynamically Linked Functions::  
 * Organization of Functions::   
 
+Error Handling
+
+Debugging
+
 Input and Output
 
 * Basic Input and Output::