RAQ/makedoc.g

7 lines
142 B
Plaintext

# makedoc.g raq
# build the documentation for raq via AutoDoc
LoadPackage("AutoDoc");
AutoDoc(rec(scaffold := true, autodoc := true));
QUIT;