File: init.g

package info (click to toggle)
gap-autodoc 2023.06.19-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 1,360 kB
  • sloc: xml: 1,930; javascript: 155; makefile: 122; sh: 9
file content (18 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# AutoDoc: Generate documentation from GAP source code
#
# Copyright of AutoDoc belongs to its developers.
# Please refer to the COPYRIGHT file for details.
#
# SPDX-License-Identifier: GPL-2.0-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/Markdown.gd" );