Add AutoDoc record to PackageInfo and use entities for packages
This commit is contained in:
parent
b5207d0067
commit
31773603de
3 changed files with 25 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue