fixing pod errors
This commit is contained in:
parent
09467adf62
commit
6ae8c8c2fa
1 changed files with 4 additions and 4 deletions
|
|
@ -161,13 +161,13 @@ sub getNextThread {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head getPost ( postId )
|
||||
=head2 getPost ( postId )
|
||||
|
||||
Returns a post object.
|
||||
|
||||
=over
|
||||
|
||||
=item
|
||||
=item postId
|
||||
|
||||
The unique id of the post object you wish to retrieve.
|
||||
|
||||
|
|
@ -443,7 +443,7 @@ sub setStatusDeleted {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head setStatusDenied ( )
|
||||
=head2 setStatusDenied ( )
|
||||
|
||||
Sets the status of this thread to denied.
|
||||
|
||||
|
|
@ -456,7 +456,7 @@ sub setStatusDenied {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head setStatusPending ( )
|
||||
=head2 setStatusPending ( )
|
||||
|
||||
Sets the status of this thread to pending.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue