File: ToolFunctions.gd

package info (click to toggle)
gap-autodoc 2023.06.19-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,360 kB
  • sloc: xml: 1,930; javascript: 155; makefile: 122; sh: 9
file content (19 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

DeclareGlobalFunction( "AUTODOC_CreateDirIfMissing" );
DeclareGlobalFunction( "AUTODOC_CurrentDirectory" );

DeclareGlobalFunction( "AUTODOC_OutputTextFile" );
DeclareGlobalFunction( "AutoDoc_WriteDocEntry" );
DeclareGlobalFunction( "AutoDoc_CreatePrintOnceFunction" );

DeclareGlobalFunction( "AUTODOC_Diff" );

DeclareGlobalFunction( "AUTODOC_TestWorkSheet" );

DeclareGlobalFunction( "AUTODOC_FormatDate" );