diff scripts/signal/stft.m @ 25472:9771111f04f4 stable

doc: Use @var rather than @code to mark inputs to functions in docstrings. * graphics.cc (Fwaitfor), sparse.cc (Fsparse), toplev.cc (Fsystem), colamd.cc (Fsymamd), cmpermute.m, imformats.m, krylov.m, run.m, stem.m, stem3.m, stft.m, pcr.m, legendre.m, datestr.m: Use @var rather than @code to mark inputs to functions in docstrings.
author Rik <rik@octave.org>
date Wed, 13 Jun 2018 16:21:58 -0700
parents 6652d3823428
children 00f796120a6d
line wrap: on
line diff
--- a/scripts/signal/stft.m	Wed Jun 13 14:20:48 2018 -0700
+++ b/scripts/signal/stft.m	Wed Jun 13 16:21:58 2018 -0700
@@ -50,7 +50,7 @@
 ## @code{@var{y} = stft (@var{x}, @dots{})} returns the absolute values of the
 ## Fourier coefficients according to the @var{num_coef} positive frequencies.
 ##
-## @code{[@var{y}, @var{c}] = stft (@code{x}, @dots{})} returns the entire
+## @code{[@var{y}, @var{c}] = stft (@var{x}, @dots{})} returns the entire
 ## STFT-matrix @var{y} and a 3-element vector @var{c} containing the window
 ## size, increment, and window type, which is needed by the @code{synthesis}
 ## function.