fix some POD errors

This commit is contained in:
Graham Knop 2008-12-03 00:33:07 +00:00
parent 0957247dbc
commit 706b24bcb6

View file

@ -187,8 +187,6 @@ If there are 2 elements, then the first element is an index into
section array, and the second element is an index into the questions
in that section. Returns that question.
=back
=item 3 elements
Three elements are enough to reference an answer, inside of a particular
@ -319,21 +317,19 @@ If there are 2 elements, then the first element is an index into
section array, and the second element is an index into the questions
in that section.
=back
=item 3 elements
Three elements are enough to reference an answer, for a particular
question in a section.
=back
=head3 $object
A perl data structure. Note, that it is not checked for type, so it is
possible to add a "question" object into the list of section objects.
$object should never be a partial object, but contain all properties.
=back
=cut
sub update {
@ -409,8 +405,6 @@ If there are 2 elements, then the first element is an index into
section array, and the second element is an index into the questions
in that section. $object is added right after that question.
=back
=item 3 elements
Three elements are enough to reference an answer, inside of a particular