From 706b24bcb685df8e4f7c164f791494dc0df1c16f Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Wed, 3 Dec 2008 00:33:07 +0000 Subject: [PATCH] fix some POD errors --- lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm b/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm index 37471c1cd..c79dcbc95 100644 --- a/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm +++ b/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm @@ -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