Mercurial > hg > octave-nkf
diff scripts/miscellaneous/doc.m @ 5720:067948dc39bf
[project @ 2006-03-28 11:25:29 by jwe]
author | jwe |
---|---|
date | Tue, 28 Mar 2006 11:25:29 +0000 |
parents | 62734ddaf17b |
children | ace8d8d26933 |
line wrap: on
line diff
--- a/scripts/miscellaneous/doc.m +++ b/scripts/miscellaneous/doc.m @@ -11,8 +11,9 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +## along with Octave; see the file COPYING. If not, write to the Free +## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +## 02110-1301, USA. ## -*- texinfo -*- ## @deftypefn {Command} doc @var{function_name} @@ -28,6 +29,8 @@ ## Author: Soren Hauberg <soren@hauberg.org> ## Adapted-by: jwe +## PKG_ADD: mark_as_command doc + function retval = doc (fname) if (nargin != 1 || ! ischar (fname))