You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Author: Rik <[email protected]>
Date: Wed Dec 29 08:41:33 2021 -0800
doc: Allow links to old-style class files (@class/) in Texinfo @seealso macro.
* mk-doc-cache.pl: Replace '@' with '@@' when expanding @seealso macro to
@xseealso macro. Also, many code formatting tweaks for clarity.
* __makeinfo__.m: Replace '@' with '@@' when expanding @seealso macro to
@xseealso macro.
Seems this was for 8.1.0, so probably we should change everything... Older Octave's will see this kind of warning:
>>> help @sym/ellipticF
/tmp/octave-help-yKmv1e:197: unknown command `sym' (possibly involving @xseealso)
/tmp/octave-help-yKmv1e:197: unknown command `sym' (possibly involving @xseealso)
warning: help: Texinfo formatting filter exited abnormally; raw Texinfo source of help text follows...
'@sym/ellipticF' is a function from the file /mnt/@sym/ellipticF.m
The alternative is to nudge upstream to support help sym.ellipticF so we don't have to do this change more than once. And just leave the double @@ in the official docs (or use Octave 7.3.0 to generate them).
Code looks like:
I thought it had to be like that to escape the
@
command in texinfo... maybe it changed...?The text was updated successfully, but these errors were encountered: