Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "AutoDoc",
Subtitle := "Generate documentation from GAP source code",
Version := "2026.03.18",
Version := "2026.05.03",

Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
Expand Down
4 changes: 2 additions & 2 deletions tst/manual.expected/_entities.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!ENTITY AutoDoc '<Package>AutoDoc</Package>'>
<!ENTITY PackageName '<Package>PackageName</Package>'>
<!ENTITY RELEASEDATE '18 March 2026'>
<!ENTITY RELEASEDATE '3 May 2026'>
<!ENTITY RELEASEYEAR '2026'>
<!ENTITY VERSION '2026.03.18'>
<!ENTITY VERSION '2026.05.03'>
<!ENTITY io '<Package>io</Package>'>
4 changes: 2 additions & 2 deletions tst/manual.expected/title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Generate documentation from &GAP; source code
</Subtitle>
<Version>
2026.03.18
2026.05.03
</Version>
<Author>
Sebastian Gutsche
Expand All @@ -36,7 +36,7 @@ Germany<Br/>
<Homepage>https://www.quendi.de/math</Homepage>
</Author>
<Date>
18 March 2026
3 May 2026
</Date>
<Abstract>
&AutoDoc; is a &GAP; package whose purpose is to aid &GAP; package authors in creating and maintaining the documentation of their packages.
Expand Down