[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63141] Octave shows warning on texinfo doc fu
From: |
John Donoghue |
Subject: |
[Octave-bug-tracker] [bug #63141] Octave shows warning on texinfo doc functions with more than one @seealso |
Date: |
Fri, 30 Sep 2022 13:35:17 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63141>
Summary: Octave shows warning on texinfo doc functions with
more than one @seealso
Project: GNU Octave
Submitter: lostbard
Submitted: Fri 30 Sep 2022 05:35:16 PM UTC
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Other
Status: None
Assigned to: None
Originator Name: lostbard
Originator Email:
Open/Closed: Open
Release: dev
Discussion Lock: Any
Operating System: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Fri 30 Sep 2022 05:35:16 PM UTC By: John Donoghue <lostbard>
Example function file:
## -*- texinfo -*-
## @deftypefn {} {} mytest()
## Some text
## @seealso{mytest1}
## @seealso{mytest2}
## @end deftypefn
function mytest()
endfunction
Running help mytest in octave 8 warns:
octave-help-nNpLl8:133: misplaced {
octave-help-nNpLl8:133: misplaced }
octave-help-nNpLl8:133: misplaced {
octave-help-nNpLl8:133: misplaced }
warning: help: Texinfo formatting filter exited abnormally; raw Texinfo source
of help text follows...
'mytest' is a script from the file /home/jade/work/home/newhouse/mytest.m
-- mytest()
Some text
See also: mytest1. @seealsomytest2
It doesnt seem to have the warning in octave 7.2
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63141>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63141] Octave shows warning on texinfo doc functions with more than one @seealso,
John Donoghue <=