changeset 18356:cc0ea287d0c7 stable

mkoctfile.m: Add missing bracket to @deftypefn declaration. * mkoctfile.m: Add missing bracket to @deftypefn declaration.
author Rik <rik@octave.org>
date Thu, 23 Jan 2014 20:36:24 -0800
parents c460566106f0
children 159ddd7ce1b3
files scripts/miscellaneous/mkoctfile.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/mkoctfile.m	Thu Jan 23 14:37:43 2014 -0800
+++ b/scripts/miscellaneous/mkoctfile.m	Thu Jan 23 20:36:24 2014 -0800
@@ -18,7 +18,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn  {Command} {} mkoctfile [-options] file @dots{}
-## @deftypefnx {Function File} {[@var{output}, @var{status} =} mkoctfile (@dots{})
+## @deftypefnx {Function File} {[@var{output}, @var{status}] =} mkoctfile (@dots{})
 ##
 ## The @code{mkoctfile} function compiles source code written in C,
 ## C++, or Fortran.  Depending on the options used with @code{mkoctfile}, the