comparison scripts/miscellaneous/warning_ids.m @ 21546:f7f97d7e9294

doc: Wrap m-file docstrings to 79 characters + newline (80 total). * isrecording.m, soundsc.m, delaunay3.m, cell2mat.m, cumtrapz.m, del2.m, inputParser.m, interp1.m, interp3.m, narginchk.m, profile.m, validateattributes.m, delaunayn.m, tsearchn.m, voronoin.m, brighten.m, cmunique.m, colorcube.m, imfinfo.m, imshow.m, edit.m, orderfields.m, run.m, warning_ids.m, ode23.m, ode45.m, odeget.m, integrate_adaptive.m, kahan.m, ode_struct_value_check.m, runge_kutta_23.m, fminunc.m, fsolve.m, fzero.m, pkg.m, build.m, specular.m, view.m, bar.m, barh.m, contour3.m, isosurface.m, line.m, pie.m, pie3.m, quiver3.m, scatter.m, scatter3.m, stem3.m, stemleaf.m, surfl.m, tetramesh.m, isfigure.m, mkpp.m, pchip.m, residue.m, splinefit.m, rmpref.m, unique.m, eigs.m, ilu.m, factor.m, factorial.m, gallery.m, hankel.m, histc.m, ols.m, finv.m, fpdf.m, kruskal_wallis_test.m, weekday.m: Wrap m-file docstrings to 79 characters + newline (80 total).
author Rik <rik@octave.org>
date Sun, 27 Mar 2016 15:50:01 -0700
parents 69489c064cb7
children a0ebc922fd52
comparison
equal deleted inserted replaced
21545:a81c9a0a05e3 21546:f7f97d7e9294
118 ## If the @code{Octave:autoload-relative-file-name} is enabled, 118 ## If the @code{Octave:autoload-relative-file-name} is enabled,
119 ## Octave will warn when parsing autoload() function calls with relative 119 ## Octave will warn when parsing autoload() function calls with relative
120 ## paths to function files. This usually happens when using autoload() 120 ## paths to function files. This usually happens when using autoload()
121 ## calls in PKG_ADD files, when the PKG_ADD file is not in the same 121 ## calls in PKG_ADD files, when the PKG_ADD file is not in the same
122 ## directory as the .oct file referred to by the autoload() command. 122 ## directory as the .oct file referred to by the autoload() command.
123 ## By default, the @code{Octave:autoload-relative-file-name} warning is enabled. 123 ## By default, the @code{Octave:autoload-relative-file-name} warning is
124 ## enabled.
124 ## 125 ##
125 ## @item Octave:built-in-variable-assignment 126 ## @item Octave:built-in-variable-assignment
126 ## By default, the @code{Octave:built-in-variable-assignment} warning is 127 ## By default, the @code{Octave:built-in-variable-assignment} warning is
127 ## enabled. 128 ## enabled.
128 ## 129 ##