changeset 10265:b3d2f782daad octave-forge

closed_path: empty line between copyright and help text or octave won't parse it correctly
author carandraug
date Wed, 16 May 2012 16:15:59 +0000
parents 75971c4ae9ad
children 6539f018c7ef
files main/geometry/inst/geom2d/closed_path.m
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/geometry/inst/geom2d/closed_path.m	Wed May 16 09:37:15 2012 +0000
+++ b/main/geometry/inst/geom2d/closed_path.m	Wed May 16 16:15:59 2012 +0000
@@ -12,11 +12,11 @@
 %%
 %% You should have received a copy of the GNU General Public License
 %% along with this program; if not, see <http://www.gnu.org/licenses/>.
-%%
+
 %% -*- texinfo -*-
 %% @deftypefn {Function File} {@var{y} =} polygon (@var{x})
-%% Returns a simple closed path that passes through all the points in x.
-%% x is a vector containing 2D coordinates of the points.
+%% Returns a simple closed path that passes through all the points in @var{x}.
+%% @var{x} is a vector containing 2D coordinates of the points.
 %%
 %% @end deftypefn