comparison libinterp/corefcn/debug.cc @ 21547:ad0599a0acc6

doc: Wrap C++ docstrings to 79 characters + newline (80 total). * besselj.cc, bitfcns.cc, cellfun.cc, data.cc, debug.cc, error.cc, file-io.cc, graphics.cc, input.cc, lu.cc, matrix_type.cc, nproc.cc, pr-output.cc, quadcc.cc, regexp.cc, schur.cc, sparse.cc, strfind.cc, strfns.cc, syscalls.cc, urlwrite.cc, variables.cc, __osmesa_print__.cc, audiodevinfo.cc, audioread.cc, ccolamd.cc, chol.cc, colamd.cc, convhulln.cc, qr.cc, symbfact.cc, ov-java.cc, ov-struct.cc, ov-usr-fcn.cc, pt-arg-list.cc: doc: Wrap C++ docstrings to 79 characters + newline (80 total).
author Rik <rik@octave.org>
date Sun, 27 Mar 2016 20:39:19 -0700
parents f2ae78f5827f
children 6c2fd62db1f7
comparison
equal deleted inserted replaced
21546:f7f97d7e9294 21547:ad0599a0acc6
971 example because it refers to an undefined variable, an error will be thrown.\n\ 971 example because it refers to an undefined variable, an error will be thrown.\n\
972 Expressions with side effects (such as @code{y++ > 1}) will alter\n\ 972 Expressions with side effects (such as @code{y++ > 1}) will alter\n\
973 variables, and should generally be avoided. Conditions containing quotes\n\ 973 variables, and should generally be avoided. Conditions containing quotes\n\
974 (@samp{\"}, @samp{'}) or comment characters (@samp{#}, @samp{%}) must be\n\ 974 (@samp{\"}, @samp{'}) or comment characters (@samp{#}, @samp{%}) must be\n\
975 enclosed in quotes. (This does not apply to conditions entered from the\n\ 975 enclosed in quotes. (This does not apply to conditions entered from the\n\
976 editor's context menu.) For example: \n\ 976 editor's context menu.) For example:\n\
977 \n\ 977 \n\
978 @example\n\ 978 @example\n\
979 dbstop in strread at 209 if 'any (format == \"%f\")'\n\ 979 dbstop in strread at 209 if 'any (format == \"%f\")'\n\
980 @end example\n\ 980 @end example\n\
981 \n\ 981 \n\
1123 \n\ 1123 \n\
1124 Arguments are\n\ 1124 Arguments are\n\
1125 \n\ 1125 \n\
1126 @table @var\n\ 1126 @table @var\n\
1127 @item func\n\ 1127 @item func\n\
1128 Function name as a string variable. When already in debug mode this argument\n\ 1128 Function name as a string variable. When already in debug mode this\n\
1129 can be omitted and the current function will be used.\n\ 1129 argument can be omitted and the current function will be used.\n\
1130 \n\ 1130 \n\
1131 @item line\n\ 1131 @item line\n\
1132 Line number from which to remove a breakpoint. Multiple lines may be given\n\ 1132 Line number from which to remove a breakpoint. Multiple lines may be given\n\
1133 as separate arguments or as a vector.\n\ 1133 as separate arguments or as a vector.\n\
1134 \n\ 1134 \n\