From 1f0b903e2df56ba3c671261ef7c13a002c46932c Mon Sep 17 00:00:00 2001 From: tailor Date: Tue, 14 Feb 2006 18:01:01 +0000 Subject: [project @ Added docblock to Auth_OpenID class] --- Auth/OpenID.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Auth/OpenID.php b/Auth/OpenID.php index 38d51be..9f6a4b8 100644 --- a/Auth/OpenID.php +++ b/Auth/OpenID.php @@ -83,6 +83,12 @@ define('Auth_OpenID_DO_AUTH', 'do_auth'); */ define('Auth_OpenID_DO_ABOUT', 'do_about'); +/** + * The OpenID utility function class. + * + * @package OpenID + * @access private + */ class Auth_OpenID { /** -- cgit v1.1