# HG changeset patch # User Rik # Date 1349282474 25200 # Node ID afc002de3ade9673ce32b9d6918f7b0a261965ea # Parent d5c04a5c881752214743fe1b1e84296fe35528a3 Don't filter out Texinfo comments in built-in docstrings file. * help.cc (install_built_in_docstrings): Don't filter out Texinfo comments in built-in docstrings file. Remove stray "octave_time t2" declaration. diff --git a/libinterp/interpfcn/help.cc b/libinterp/interpfcn/help.cc --- a/libinterp/interpfcn/help.cc +++ b/libinterp/interpfcn/help.cc @@ -986,13 +986,6 @@ if (fp) { tmp = tmp.substr (pos+1); - - while (tmp.length () > 2 && tmp[0] == '@' && tmp[1] == 'c') - { - pos = tmp.find ('\n'); - tmp = tmp.substr (pos+1); - } - fp->document (tmp); } } @@ -1006,7 +999,6 @@ << std::endl; } - octave_time t2; } static void