@Title Plain file.autodoc Test
@Date 2018-08-30
@Chapter Test
Does AutoDoc have a way to allow that header block not to appear in
the documentation generated from a <F>.autodoc</F> file like this?
@BeginExampleSession
gap> S5 := SymmetricGroup(5);
Sym( [ 1 .. 5 ] )
gap> Size(S5);
120
@EndExampleSession
Some text between two examples
@BeginExampleSession
gap> A5 := AlternatingGroup(5);
Alt( [ 1 .. 5 ] )
gap> Size(A5);
60
@EndExampleSession
And we wrap up with some dummy text
[ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
]