Skip to content

Commit 48fe516

Browse files
committed
Renamed header "MACROS" to "FUNCTIONS"
1 parent 39ce4ca commit 48fe516

22 files changed

+23
-22
lines changed

lib/PGcore.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ sub surePathToTmpFile {
667667
return $path;
668668
}
669669

670-
=head1 Macros from IO.pm
670+
=head1 FUNCTIONS from IO.pm
671671
672672
includePGtext
673673
read_whole_problem_file

macros/PG.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ =head1 DESCRIPTION
6363
6464
=back
6565
66-
=head1 MACROS
66+
=head1 FUNCTIONS
6767
6868
This file is automatically loaded into the namespace of every PG problem. The
6969
macros within can then be called to define the structure of the problem.

macros/answers/ConditionalHint.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ =head1 DESCRIPTION
1515
A subroutine C<IsAnswerCorrect()> that returns 0 or 1 is also
1616
provided.
1717
18-
=head1 MACROS
18+
=head1 FUNCTIONS
1919
2020
=head2 ConditionalHint
2121

macros/answers/Generic.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ =head1 SYNOPSIS
7575
7676
ENDDOCUMENT();
7777
78-
=head1 MACROS
78+
=head1 FUNCTIONS
7979
8080
=cut
8181

macros/answers/PGasu.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ =head1 DESCRIPTION
77
88
A set of macros for old school answer checkers.
99
10-
=head1 MACROS
10+
=head1 FUNCTIONS
1111
1212
=head2 auto_right()
1313

macros/answers/PGfunctionevaluators.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ sub _PGfunctionevaluators_init {
6969
}
7070
}
7171

72-
=head1 MACROS
72+
=head1 FUNCTIONS
73+
7374
=head2 fun_cmp
7475
7576
ANS(fun_cmp($answer_or_answer_array_ref, %options));

macros/answers/PGmiscevaluators.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ =head1 DESCRIPTION
1313
BEGIN { strict->import; }
1414
sub _PGmiscevaluators_init { }
1515

16-
=head1 MACROS
16+
=head1 FUNCTIONS
1717
1818
=head2 checkbox_cmp
1919

macros/answers/PGstringevaluators.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ =head1 DESCRIPTION
1919
BEGIN { strict->import; }
2020
sub _PGstringevaluators_init { }
2121

22-
=head1 MACROS
22+
=head1 FUNCTIONS
2323
2424
=head2 str_filters
2525

macros/answers/answerComposition.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ =head1 DESCRIPTION
1515

1616
sub _answerComposition_init { }; # don't reload this file
1717

18-
=head1 MACROS
18+
=head1 FUNCTIONS
1919
2020
=head2 COMPOSITION_ANS
2121

macros/answers/answerCustom.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ =head1 DESCRIPTION
1717

1818
sub _answerCustom_init { }; # don't reload this file
1919

20-
=head1 MACROS
20+
=head1 FUNCTIONS
2121
2222
=head2 custom_cmp
2323

0 commit comments

Comments
 (0)