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

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

[Octave-bug-tracker] [bug #56929] csvread help text xref to dlmread appe


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #56929] csvread help text xref to dlmread appears confusingly when displayed in info format
Date: Mon, 23 Sep 2019 10:21:16 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #6, bug #56929 (project octave):

To illustrate my previous post, it would be handy if the following source
string lead to "Plain text doc." from the "help" function, and "Info doc."
when read using the "doc" function in cli (thus using the info program).


## -*- texinfo -*-
## @deftypefn {} {@var{retval} =} toto (@var{input1}, @var{input2})
## @ifinfo
## Info doc.
## @end ifinfo
## @ifplaintext
## Plain text doc.
## @end ifplaintext
## @end deftypefn


Then some environment specific macro could be written to avoid cluttering
static help strings with unusable links.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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