changeset 12719:7b5bfd6a8e28 stable

doc: Don't use @code macro within @deftypefn macro * oct-parse.yy (mfilename): Delete @code{} macro from within @deftypefn macro.
author Rik <octave@nomad.inbox5.com>
date Wed, 08 Jun 2011 13:20:04 -0700
parents 01980844dc9c
children ccfe03bebeba
files src/oct-parse.yy
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/oct-parse.yy	Wed Jun 08 10:41:40 2011 -0700
+++ b/src/oct-parse.yy	Wed Jun 08 13:20:04 2011 -0700
@@ -4021,8 +4021,8 @@
 DEFUN (mfilename, args, ,
   "-*- texinfo -*-\n\
 @deftypefn  {Built-in Function} {} mfilename ()\n\
-@deftypefnx {Built-in Function} {} mfilename (@code{\"fullpath\"})\n\
-@deftypefnx {Built-in Function} {} mfilename (@code{\"fullpathext\"})\n\
+@deftypefnx {Built-in Function} {} mfilename (\"fullpath\")\n\
+@deftypefnx {Built-in Function} {} mfilename (\"fullpathext\")\n\
 Return the name of the currently executing file.  At the top-level,\n\
 return the empty string.  Given the argument @code{\"fullpath\"},\n\
 include the directory part of the file name, but not the extension.\n\