Revision c670d162c3c6fd0b856a46734e2e1fe9e21dcbb7 authored by Mohamed Barakat on 06 October 2016, 18:25:09 UTC, committed by Mohamed Barakat on 06 October 2016, 18:25:09 UTC
1 parent b1d7e34
Raw File
makedoc.g
LoadPackage( "AutoDoc", "2016.02.16" );



Read( "PackageInfo.g" ); 
PrintTo( "VERSION", GAPInfo.PackageInfoCurrent.Version ); 


AutoDoc( rec( scaffold := true ) );


QUIT;
back to top