comparison scripts/miscellaneous/version.m @ 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 fd0a3ac60b0e
children 8c0bf79b5c6a
comparison
equal deleted inserted replaced
12287:0566e6fef0c0 12288:f07e6b4d34c7
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} version () 20 ## @deftypefn {Function File} {} version ()
21 ## Return Octave's version number as a string. This is also the value of 21 ## Return the version number of Octave, as a string.
22 ## the built-in variable @w{@env{OCTAVE_VERSION}}. 22 ##
23 ## This is an alias for the function @code{OCTAVE_VERSION} provided for
24 ## compatability
25 ## @seealso{OCTAVE_VERSION}.
23 ## @end deftypefn 26 ## @end deftypefn
24 27
25 ## Author: jwe 28 ## Author: jwe
26 29
27 function vs = version () 30 function vs = version ()