comparison scripts/pkg/pkg.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 2ee20a290d61
children cf227735d5fd
comparison
equal deleted inserted replaced
21545:a81c9a0a05e3 21546:f7f97d7e9294
166 ## oct_forge_pkgs = pkg ("list", "-forge") 166 ## oct_forge_pkgs = pkg ("list", "-forge")
167 ## @end example 167 ## @end example
168 ## 168 ##
169 ## @item describe 169 ## @item describe
170 ## Show a short description of the named installed packages, with the option 170 ## Show a short description of the named installed packages, with the option
171 ## @qcode{"-verbose"} also list functions provided by the package. For example, 171 ## @qcode{"-verbose"} also list functions provided by the package. For
172 ## example,
172 ## 173 ##
173 ## @example 174 ## @example
174 ## pkg describe -verbose all 175 ## pkg describe -verbose all
175 ## @end example 176 ## @end example
176 ## 177 ##
268 ## all other options are ignored. 269 ## all other options are ignored.
269 ## 270 ##
270 ## @item rebuild 271 ## @item rebuild
271 ## Rebuild the package database from the installed directories. This can 272 ## Rebuild the package database from the installed directories. This can
272 ## be used in cases where the package database has been corrupted. 273 ## be used in cases where the package database has been corrupted.
273 ## It can also take the @option{-auto} and @option{-noauto} options to allow the 274 ## It can also take the @option{-auto} and @option{-noauto} options to allow
274 ## autoloading state of a package to be changed. For example, 275 ## the autoloading state of a package to be changed. For example,
275 ## 276 ##
276 ## @example 277 ## @example
277 ## pkg rebuild -noauto image 278 ## pkg rebuild -noauto image
278 ## @end example 279 ## @end example
279 ## 280 ##