diff scripts/plot/slice.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 be55736a0783
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/slice.m
+++ b/scripts/plot/slice.m
@@ -42,10 +42,13 @@
 ## @table @code
 ## @item "nearest"
 ## Return the nearest neighbor.
+##
 ## @item "linear"
 ## Linear interpolation from nearest neighbors.
+##
 ## @item "cubic"
 ## Cubic interpolation from four nearest neighbors (not implemented yet).
+##
 ## @item "spline"
 ## Cubic spline interpolation---smooth first and second derivatives
 ## throughout the curve.
@@ -56,6 +59,7 @@
 ## surface graphic objects.
 ##
 ## Examples:
+##
 ## @example
 ## @group
 ## [x, y, z] = meshgrid (linspace (-8, 8, 32));