Mercurial > hg > octave-lyh
changeset 5245:3589aff4a35d
[project @ 2005-03-25 03:36:13 by jwe]
author | jwe |
---|---|
date | Fri, 25 Mar 2005 03:36:35 +0000 |
parents | a34c3c5c37cf |
children | 8a4cae8ee7b7 |
files | src/ChangeLog src/DLD-FUNCTIONS/__glpk__.cc |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2005-03-24 John W. Eaton <jwe@octave.org> + * DLD-FUNCTIONS/__glpk__.cc (F__glpk__): Texinfoize doc string. + * Makefile.in (install-oct): Always create $(octfiledir) and install PKG_ADD file there.
--- a/src/DLD-FUNCTIONS/__glpk__.cc +++ b/src/DLD-FUNCTIONS/__glpk__.cc @@ -409,8 +409,11 @@ while (0) DEFUN_DLD (__glpk__, args, , - "__glpk__: internal interface for the GLPK library.\n\ -You should be using using glpk instead") + "-*- texinfo -*-\n\ +@deftypefn {Loadable Function} {[@var{values}] =} __glpk__ (@var{args})\n\ +Internal interface for the GNU GLPK library.\n\ +You should be using using the @code{glpk} function instead.\n\ +@end deftypefn") { // The list of values to return. See the declaration in oct-obj.h octave_value_list retval;