Use experimental AutoDoc feature follow_package
Change doc/makedoc.g so that AutoDoc will read the code in roughly the same order GAP processes it, leading to a more natural order for the documentation.
This commit is contained in:
parent
e9e38ec41c
commit
1ceccc84c7
@ -3,7 +3,12 @@
|
|||||||
|
|
||||||
LoadPackage("AutoDoc");
|
LoadPackage("AutoDoc");
|
||||||
AutoDoc(rec(
|
AutoDoc(rec(
|
||||||
autodoc := rec(files := ["README.md", "doc/chapters.autodoc"]),
|
autodoc := rec(
|
||||||
|
files := ["README.md", "doc/chapters.autodoc"],
|
||||||
|
scan_dirs := ["."],
|
||||||
|
scan_suffixes := ["g"],
|
||||||
|
follow_package := true
|
||||||
|
),
|
||||||
maketest := rec(name := "tst/AutoDoc_tests.g")
|
maketest := rec(name := "tst/AutoDoc_tests.g")
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user