# HG changeset patch # User Rik # Date 1471535060 25200 # Node ID 9b87458451f8201da478dbb44618fdf1033e0c6c # Parent 966f75d09cb0cd7691b9fc3c25a7cc051a4365cf Add missing functions to Octave manual. * debug.txi: Add DOCSTRING entry for profexport. * gui.txi: Add DOCSTRING entry for prefdir. diff -r 966f75d09cb0 -r 9b87458451f8 doc/interpreter/debug.txi --- a/doc/interpreter/debug.txi Thu Aug 18 15:15:37 2016 +0100 +++ b/doc/interpreter/debug.txi Thu Aug 18 08:44:20 2016 -0700 @@ -245,6 +245,8 @@ @DOCSTRING(profshow) +@DOCSTRING(profexport) + @DOCSTRING(profexplore) @node Profiler Example diff -r 966f75d09cb0 -r 9b87458451f8 doc/interpreter/gui.txi --- a/doc/interpreter/gui.txi Thu Aug 18 15:15:37 2016 +0100 +++ b/doc/interpreter/gui.txi Thu Aug 18 08:44:20 2016 -0700 @@ -155,4 +155,6 @@ @DOCSTRING(ispref) +@DOCSTRING(prefdir) + @DOCSTRING(preferences)