Mercurial > hg > octave-lyh
diff scripts/miscellaneous/compare_versions.m @ 10821:693e22af08ae
Grammarcheck documentation of m-files
Add newlines between @item fields for readability.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 26 Jul 2010 21:25:36 -0700 |
parents | 95c3e38098bf |
children | 39ae406df598 |
line wrap: on
line diff
--- a/scripts/miscellaneous/compare_versions.m +++ b/scripts/miscellaneous/compare_versions.m @@ -37,21 +37,27 @@ ## @item ## "==" ## equal +## ## @item ## "<" ## less than +## ## @item ## "<=" ## less than or equal to +## ## @item ## ">" ## greater than +## ## @item ## ">=" ## greater than or equal to +## ## @item ## "!=" ## not equal +## ## @item ## "~=" ## not equal