Closed fingolfin closed 10 months ago
This replacement also resulted in documentation removal for each function from the manual created using AutoDoc
package.
As a temporary solution, adding a commented line # DeclareGlobalFunction("FunctionName");
just before BindGlobal("FunctionName",...)
causes documentation to reappear for FunctionName()
.
@fingolfin , I think this may be a bug in AutoDoc
.
The combo
DeclareGlobalFunction
plusInstallGlobalFunction
exists to deal with cases where functions must be declared before being used. This is not the case here, and then usingBindGlobal
is simpler and preferable.