diff scripts/general/loadobj.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 16f53d29049f
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/general/loadobj.m	Mon Jul 26 07:41:23 2010 -0400
+++ b/scripts/general/loadobj.m	Mon Jul 26 21:25:36 2010 -0700
@@ -22,7 +22,7 @@
 ## The function @code{loadobj} is called when the object @var{a} is loaded 
 ## using the @code{load} function.  An example of the use of @code{saveobj}
 ## might be to add fields to an object that don't make sense to be saved.
-## For example
+## For example:
 ##
 ## @example
 ## @group