bugGNU Octave - Bugs: bug #55764, "help properties" does...

 
 

bug #55764: "help properties" does not return text for either function or keyword

Submitter:  Rik <rik5>
Submitted:  Fri 22 Feb 2019 04:51:33 PM UTC
   
 
Category:  Documentation Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 22 Feb 2019 06:56:20 PM UTC, comment #1: 
Rik <rik5>
Group administrator
Fri 22 Feb 2019 04:51:33 PM UTC, original submission:  

Code to reproduce:


help properties

'properties' is a built-in function from the file libinterp/octave-value/ov-classdef.cc


There is help text in ov-classdef.cc for the function "properties".  There is also help text in libinterp/op-kw-docs but this is commented out because our help system only allows one DOCSTRING entry per keyword.  Here is the code there


@c ## FIXME: Can't have duplicate DOCSTRING entries.  The function properties
@c ##        already has a docstring which overrides this keyword definition.
@c properties
@c  libinterp/parse-tree/oct-parse.yy
@c -*- texinfo -*-
@c @deftypefn {} {} properties
@c Begin a properties block in a classdef definition.
@c @end deftypefn




Rik <rik5>
Group administrator

 

(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 rik5 (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
    2019-02-22 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code