############################################################################# ## ## AutoDoc package ## ## Test the behavior of AutoDoc on a .autodoc file ## ############################################################################# Does AutoDoc have a way to allow that header block not to appear in the documentation generated from a .autodoc
file like this?
gap> S5 := SymmetricGroup(5); Sym( [ 1 .. 5 ] ) gap> Size(S5); 120
Some text between two examples
gap> A5 := AlternatingGroup(5); Alt( [ 1 .. 5 ] ) gap> Size(A5); 60
And we wrap up with some dummy text
generated by GAPDoc2HTML