octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54863] geometry package: clipPolyline functio


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #54863] geometry package: clipPolyline function has wrong name in documentation
Date: Thu, 18 Oct 2018 11:01:48 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299

URL:
  <https://savannah.gnu.org/bugs/?54863>

                 Summary: geometry package: clipPolyline function has wrong
name in documentation
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Thu 18 Oct 2018 03:01:47 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: other
        Operating System: Any

    _______________________________________________________

Details:

There is on line documentation for a function clipPolyline.html:

https://octave.sourceforge.io/geometry/function/clipPolyline.html

However the name of the function in the documentation is reported
polylineClip.html. I guess the patch below should be applied:


--- clipPolyline_orig.m 2018-10-18 16:44:38.333734398 +0200
+++ clipPolyline.m      2018-10-18 16:44:02.013085694 +0200
@@ -14,7 +14,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.

 ## -*- texinfo -*-
-## @deftypefn {} address@hidden = polylineClip (@var{inpol}, @var{clippol},
@var{op})
+## @deftypefn {} address@hidden = clipPolyline (@var{inpol}, @var{clippol},
@var{op})
 ## Clip (possibly composite) polylines with polygon(s) using one of boolean
 ## methods.
 ##





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54863>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]