Doc fixes.

This commit is contained in:
Chris 2012-06-15 11:31:47 +01:00
parent ee60decd81
commit c4b03ea01a
3 changed files with 3 additions and 3 deletions

View File

@ -755,7 +755,7 @@ sub session_cleanup {
# Determine whether the specified session has expired. Returns true if it has,
# false if it is still valid.
#
# @param $sessdata A reference to a hash containing the session information
# @param sessdata A reference to a hash containing the session information
# @return true if the session has expired, false otherwise
sub session_expired {
my $self = shift;

View File

@ -562,7 +562,7 @@ sub process_template {
# ============================================================================
# Higher-level templating functions
## @method $ message_box($title, $type, $summary, $longdesc, $additional, $boxclass)
## @method $ message_box($title, $type, $summary, $longdesc, $additional, $boxclass, $buttons)
# Create a message box block to include in a page. This generates a templated
# message box to include in a page. It assumes the presence of messagebox.tem
# in the template directory, containing markers for a title, type, summary,

View File

@ -896,7 +896,7 @@ sub get_config {
## @method $ unique_id($extra)
# Generate a unique ID that can be used with phpBB3 tables.
#
# @param $extra Optional extra string to append to the seed.
# @param extra Optional extra string to append to the seed.
# @return a unique ID compatible with phpBB3
sub unique_id {
my $self = shift;