Doc fixes.
This commit is contained in:
parent
ee60decd81
commit
c4b03ea01a
@ -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;
|
||||
|
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user