Mercurial > hg > octave-lyh
diff scripts/miscellaneous/version.m @ 16806:ab0454713ded
doc: Remove trailing characters after @seealso macro in version.m (bug #39307).
* scripts/miscellaneous/version.m: Remove trailing characters after @seealso
macro.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 22 Jun 2013 10:28:21 -0700 |
parents | f3d52523cde1 |
children |
line wrap: on
line diff
--- a/scripts/miscellaneous/version.m +++ b/scripts/miscellaneous/version.m @@ -21,8 +21,8 @@ ## Return the version number of Octave, as a string. ## ## This is an alias for the function @w{@env{OCTAVE_VERSION}} provided for -## compatibility -## @seealso{OCTAVE_VERSION}. +## compatibility. +## @seealso{OCTAVE_VERSION} ## @end deftypefn ## Author: jwe