# HG changeset patch # User Rik # Date 1307564404 25200 # Node ID 7b5bfd6a8e282bebcb02845151ec886f722dbaa8 # Parent 01980844dc9c4ed08a375645455d8a3a9246d725 doc: Don't use @code macro within @deftypefn macro * oct-parse.yy (mfilename): Delete @code{} macro from within @deftypefn macro. diff -r 01980844dc9c -r 7b5bfd6a8e28 src/oct-parse.yy --- 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\