From 67f2c101c1a415afdf40ab02b716e242b57fd5e1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 28 Sep 2009 22:22:54 +0000 Subject: - Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal. --- includes/session.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes/session.inc') diff --git a/includes/session.inc b/includes/session.inc index 677963ae1..60d5d54a4 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -204,6 +204,8 @@ function drupal_session_initialize() { /** * Forcefully start a session, preserving already set session data. + * + * @ingroup php_wrappers */ function drupal_session_start() { if (!drupal_session_started()) { @@ -264,6 +266,8 @@ function drupal_session_started($set = NULL) { /** * Called when an anonymous user becomes authenticated or vice-versa. + * + * @ingroup php_wrappers */ function drupal_session_regenerate() { global $user, $is_https; -- cgit v1.2.3