Mercurial > hg > octave-lyh
diff src/oct-parse.yy @ 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 | 7a5aacf65f81 |
children | d6bd2f2c35cc f3a8d1efe2c1 |
line wrap: on
line diff
--- a/src/oct-parse.yy +++ b/src/oct-parse.yy @@ -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\