Can I specify the heading for a group in AutoDoc?
I have observed that if I create a group in AutoDoc using @BeginGroup and @EndGroup, then in the generated GAPDoc code, there is a single ManSection element containing all functions in the group, but with no Heading element. GAPDoc then uses the name of the first function in the ManSection as heading for the section. This is not always what I want. My question is thus: Can I somehow get AutoDoc to insert a Heading element in the ManSection it generates for a group, containing some arbitrary text specified by me?
Can I specify the heading for a group in AutoDoc?
I have observed that if I create a group in AutoDoc using @BeginGroup and @EndGroup, then in the generated GAPDoc code, there is a single ManSection element containing all functions in the group, but with no Heading element. GAPDoc then uses the name of the first function in the ManSection as heading for the section. This is not always what I want. My question is thus: Can I somehow get AutoDoc to insert a Heading element in the ManSection it generates for a group, containing some arbitrary text specified by me?