Skip to content

Commit cfb9ffa

Browse files
authored
Merge pull request #24 from gap-packages/mh/autodoc
Remove use of @EndSection
2 parents ba2f72f + 31253c8 commit cfb9ffa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/HeLP.gd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
#! @Returns <K>true</K> if (ZC) can be solved using the given data, <K>false</K> otherwise
5555
DeclareGlobalFunction( "HeLP_ZC" );
5656
#! @InsertChunk ZCExample
57-
#! @EndSection
5857

5958

6059
#! @Section Prime Graph Question
@@ -86,7 +85,6 @@ DeclareGlobalFunction( "HeLP_ZC" );
8685
#! @Returns <K>true</K> if (PQ) can be solved using the given data, <K>false</K> otherwise
8786
DeclareGlobalFunction( "HeLP_PQ" );
8887
#! @InsertChunk PQExample
89-
#! @EndSection
9088

9189
#! @Section Spectrum Problem
9290
#! This function checks whether the Spectrum Problem ((SP) for short, cf. Section
@@ -117,7 +115,6 @@ DeclareGlobalFunction( "HeLP_PQ" );
117115
#! @Returns <K>true</K> if (SP) can be solved using the given data, <K>false</K> otherwise
118116
DeclareGlobalFunction( "HeLP_SP" );
119117
#! @InsertChunk SPExample
120-
#! @EndSection
121118

122119

123120
#! @Section Kimmerle Problem
@@ -149,7 +146,6 @@ DeclareGlobalFunction( "HeLP_SP" );
149146
#! @Returns <K>true</K> if (KP) can be solved using the given data, <K>false</K> otherwise
150147
DeclareGlobalFunction( "HeLP_KP" );
151148
#! @InsertChunk KPExample
152-
#! @EndSection
153149

154150

155151

0 commit comments

Comments
 (0)