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
We sometimes use something like to following for documenting an operation which has already been declared in a more general version (note the line if false then between the AutoDoc comments and the Declare...):
#! @Description#! Delegates to <C>ObjectInFpCategory</C>( <A>C</A>, <A>V</A> ).#! @Arguments V, A#! @Returns an object in a &CAP; categoryiffalsethen
DeclareOperation( "\/", [ IsQuiverVertex, IsFpCategory ] );
fi;
This seems to work fine in general but I have now encountered issues with this when using @Group.
Thus the question: Should this be supported, or do AutoDoc comments have to appear right before the Declare...? If this should be supported, I will create a bug report for my issues, else I will update the AutoDoc documentation to explicitly say that comments have to appear right before the Declare....
The text was updated successfully, but these errors were encountered:
zickgraf
added a commit
to zickgraf/FunctorCategories
that referenced
this issue
Oct 12, 2022
Otherwise CreatePreSheafMorphismByValues appears in the wrong group.
gap-packages/AutoDoc#267 tries to clarify if this
is a bug in AutoDoc or working as intended.
Otherwise CreatePreSheafMorphismByValues appears in the wrong group.
gap-packages/AutoDoc#267 tries to clarify if this
is a bug in AutoDoc or working as intended.
We sometimes use something like to following for documenting an operation which has already been declared in a more general version (note the line
if false then
between the AutoDoc comments and theDeclare...
):This seems to work fine in general but I have now encountered issues with this when using
@Group
.Thus the question: Should this be supported, or do AutoDoc comments have to appear right before the
Declare...
? If this should be supported, I will create a bug report for my issues, else I will update the AutoDoc documentation to explicitly say that comments have to appear right before theDeclare...
.The text was updated successfully, but these errors were encountered: