Add AutoDoc record to PackageInfo and use entities for packages

This commit is contained in:
Glen Whitney 2018-08-21 12:33:38 -07:00
parent b5207d0067
commit 31773603de
3 changed files with 25 additions and 16 deletions

View file

@ -2,6 +2,5 @@
# build the documentation for RAQ via AutoDoc
LoadPackage("AutoDoc");
AutoDoc(rec(scaffold := true,
autodoc := rec(files := ["README.md"])));
AutoDoc(rec(autodoc := rec(files := ["README.md"])));
QUIT;