comparison src/toplev.cc @ 12288:f07e6b4d34c7 release-3-4-x

Add function compare_versions to documentation. Update docstrings for surrounding functions in manual.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 16:54:14 -0800
parents 35c55d1241c7
children 7a5aacf65f81
comparison
equal deleted inserted replaced
12287:0566e6fef0c0 12288:f07e6b4d34c7
1166 return retval; 1166 return retval;
1167 } 1167 }
1168 1168
1169 DEFUN (octave_config_info, args, , 1169 DEFUN (octave_config_info, args, ,
1170 "-*- texinfo -*-\n\ 1170 "-*- texinfo -*-\n\
1171 @deftypefn {Built-in Function} {} octave_config_info (@var{option})\n\ 1171 @deftypefn {Built-in Function} {} octave_config_info ()\n\
1172 @deftypefnx {Built-in Function} {} octave_config_info (@var{option})\n\
1172 Return a structure containing configuration and installation\n\ 1173 Return a structure containing configuration and installation\n\
1173 information for Octave.\n\ 1174 information for Octave.\n\
1174 \n\ 1175 \n\
1175 if @var{option} is a string, return the configuration information for the\n\ 1176 If @var{option} is a string, return the configuration information for the\n\
1176 specified option.\n\ 1177 specified option.\n\
1177 \n\ 1178 \n\
1178 @end deftypefn") 1179 @end deftypefn")
1179 { 1180 {
1180 octave_value retval; 1181 octave_value retval;