diff src/DLD-FUNCTIONS/__glpk__.cc @ 5245:3589aff4a35d

[project @ 2005-03-25 03:36:13 by jwe]
author jwe
date Fri, 25 Mar 2005 03:36:35 +0000
parents ab89f95de831
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__glpk__.cc	Fri Mar 25 03:30:12 2005 +0000
+++ b/src/DLD-FUNCTIONS/__glpk__.cc	Fri Mar 25 03:36:35 2005 +0000
@@ -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;