bugGNU Octave - Bugs: bug #54863, geometry package: clipPolyline...

 
 

bug #54863: geometry package: clipPolyline function has wrong name in documentation

Submitter:  A.R. Burgers <arb>
Submitted:  Thu 18 Oct 2018 03:01:47 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * other Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 19 Oct 2018 11:20:00 AM UTC, comment #1: 
Juan Pablo Carbajal <juanpi>
Group Member
Thu 18 Oct 2018 03:01:47 PM UTC, original submission:  

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 {} {@var{oline}} = polylineClip (@var{inpol}, @var{clippol}, @var{op})
+## @deftypefn {} {@var{oline}} = clipPolyline (@var{inpol}, @var{clippol}, @var{op})
 ## Clip (possibly composite) polylines with polygon(s) using one of boolean
 ## methods.
 ##


A.R. Burgers <arb>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by juanpi (Posted a comment)
  • -email is unavailable- added by arb (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-10-19 juanpi StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code