File: init.g

package info (click to toggle)
gap-autodoc 2025.05.09-1
  • links: PTS
  • area: main
  • in suites: forky
  • size: 1,380 kB
  • sloc: xml: 1,956; javascript: 155; makefile: 120; sh: 9
file content (18 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (4)
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" );