When I use DeclareGlobalName together with an @Description comment, then I get this, and I can't use the @Arguments comment:
#! @Description
#! Insert documentation for your function here
#! @Arguments foo, bar
DeclareGlobalName( "ClassicalMaximals_Example2" );
Edit: I think adding an @Arguments comment should make AutoDoc handle the variable in question as a function instead of as a global variable.

When I use
DeclareGlobalNametogether with an@Descriptioncomment, then I get this, and I can't use the@Argumentscomment:Edit: I think adding an
@Argumentscomment should make AutoDoc handle the variable in question as a function instead of as a global variable.