forked from gap-packages/AutoDoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathread.g
More file actions
23 lines (17 loc) · 651 Bytes
/
read.g
File metadata and controls
23 lines (17 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#############################################################################
##
## 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/ToolFunctions.gi" );
ReadPackage( "AutoDoc", "gap/DocumentationTree.gi" );
ReadPackage( "AutoDoc", "gap/Parser.gi" );
ReadPackage( "AutoDoc", "gap/AutoDocMainFunction.gi" );
ReadPackage( "AutoDoc", "gap/Magic.gi" );
ReadPackage( "AutoDoc", "gap/Markdown.gi" );