forked from gap-packages/AutoDoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.g
More file actions
25 lines (18 loc) · 702 Bytes
/
init.g
File metadata and controls
25 lines (18 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#############################################################################
##
## AutoDoc package
##
## Copyright 2012-2016
## Sebastian Gutsche, University of Kaiserslautern
## Max Horn, Justus-Liebig-Universität Gießen
##
## Licensed under the GPL 2 or later.
##
#############################################################################
ReadPackage( "AutoDoc", "gap/DocumentationTree.gd" );
ReadPackage( "AutoDoc", "gap/Parser.gd" );
ReadPackage( "AutoDoc", "gap/AutoDocMainFunction.gd" );
ReadPackage( "AutoDoc", "gap/ToolFunctions.gd" );
ReadPackage( "AutoDoc", "gap/Magic.gd" );
ReadPackage( "AutoDoc", "gap/ContextObject.gd" );
ReadPackage( "AutoDoc", "gap/Markdown.gd" );