Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
12718:01980844dc9c | 12719:7b5bfd6a8e28 |
---|---|
4019 } | 4019 } |
4020 | 4020 |
4021 DEFUN (mfilename, args, , | 4021 DEFUN (mfilename, args, , |
4022 "-*- texinfo -*-\n\ | 4022 "-*- texinfo -*-\n\ |
4023 @deftypefn {Built-in Function} {} mfilename ()\n\ | 4023 @deftypefn {Built-in Function} {} mfilename ()\n\ |
4024 @deftypefnx {Built-in Function} {} mfilename (@code{\"fullpath\"})\n\ | 4024 @deftypefnx {Built-in Function} {} mfilename (\"fullpath\")\n\ |
4025 @deftypefnx {Built-in Function} {} mfilename (@code{\"fullpathext\"})\n\ | 4025 @deftypefnx {Built-in Function} {} mfilename (\"fullpathext\")\n\ |
4026 Return the name of the currently executing file. At the top-level,\n\ | 4026 Return the name of the currently executing file. At the top-level,\n\ |
4027 return the empty string. Given the argument @code{\"fullpath\"},\n\ | 4027 return the empty string. Given the argument @code{\"fullpath\"},\n\ |
4028 include the directory part of the file name, but not the extension.\n\ | 4028 include the directory part of the file name, but not the extension.\n\ |
4029 Given the argument @code{\"fullpathext\"}, include the directory part\n\ | 4029 Given the argument @code{\"fullpathext\"}, include the directory part\n\ |
4030 of the file name and the extension.\n\ | 4030 of the file name and the extension.\n\ |