comparison doc/interpreter/genpropdoc.m @ 21319:8880d93010d8

Remove further uses of CLASS field in @deftypefn macro. * errors.txi, external.txi, genpropdoc.m, intro.txi, tips.txi, ode23.m, runge_kutta_23.m, gnuplot_binary.in: Remove further uses of CLASS field in @deftypefn macro.
author Rik <rik@octave.org>
date Mon, 22 Feb 2016 08:37:15 -0800
parents b6ea72a439f8
children 7c143e73e921
comparison
equal deleted inserted replaced
21318:280ea93d48dd 21319:8880d93010d8
13 ## You should have received a copy of the GNU General Public License 13 ## You should have received a copy of the GNU General Public License
14 ## along with this program. If not, see 14 ## along with this program. If not, see
15 ## <http://www.gnu.org/licenses/>. 15 ## <http://www.gnu.org/licenses/>.
16 16
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ## @deftypefn {Function File} {@var{retval} =} genpropdoc (@var{OBJNAME}, @var{FILENAME}) 18 ## @deftypefn {} {@var{retval} =} genpropdoc (@var{OBJNAME}, @var{FILENAME})
19 ## 19 ##
20 ## Print FILENAME texinfo source file associated to OBJNAME objects. This 20 ## Print FILENAME texinfo source file associated to OBJNAME objects. This
21 ## function is meant to be run for generating octave documentation 21 ## function is meant to be run for generating octave documentation
22 ## (see doc/interpreter/graphics_properties.mk). 22 ## (see doc/interpreter/graphics_properties.mk).
23 ## 23 ##