Skip to content

Commit 89a55c9

Browse files
committed
Add a comment to the POD that the separator is only used for HTML display modes.
1 parent 8eb4375 commit 89a55c9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

macros/parsers/parserCheckboxList.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ =head1 DESCRIPTION
137137
138138
=item C<S<< separator => string >>>
139139
140-
Specifies the text to put between the checkboxes. Default: $BR
140+
Specifies the text to put between the checkboxes. Note that this is only used in
141+
HTML display modes, and is ignored for PTX and TeX display modes. Default: $BR
141142
142143
=item C<S<< checked => choice >>>
143144

macros/parsers/parserRadioButtons.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ =head1 DESCRIPTION
140140
141141
=item C<S<< separator => string >>>
142142
143-
Specifies the text to put between the radio buttons. Default: $BR
143+
Specifies the text to put between the radio buttons. Note that this is only used
144+
in HTML display modes, and is ignored for PTX and TeX display modes.
145+
Default: $BR
144146
145147
=item C<S<< checked => choice >>>
146148

0 commit comments

Comments
 (0)