changeset 11212:b1a25eca2731 octave-forge

releasePKG: texinfo fix
author carandraug
date Wed, 07 Nov 2012 15:53:56 +0000
parents 85065c00e580
children a318127128e0
files admin/releasePKG.m
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admin/releasePKG.m	Wed Nov 07 15:52:04 2012 +0000
+++ b/admin/releasePKG.m	Wed Nov 07 15:53:56 2012 +0000
@@ -33,8 +33,9 @@
 %% .octaverc variable or using @code{setenv()}). If that variable is empty, the
 %% property must be provided the first time the function is called. After that
 %% it creates the environment variable (but only for the current octave session)
-%%
+%% @end table
 %% @end deftypefn
+
 function [pkgtar htmltar] = releasePKG (pkgname, varargin)
   OFPATH = getenv ('OFPATH');
   use_inputP = exist('inputParser') == 2;