From ed4de56194545e47acf3cae90f578685750c9f58 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Tue, 28 Sep 2010 05:47:47 +0000 Subject: [PATCH] Doxygen comments for inheritance --- .../lib/Lemonldap/NG/Portal/IssuerDBOpenID.pm | 3 +++ .../lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenID.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenID.pm index f1cd297c3..c53a986cc 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenID.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenID.pm @@ -8,6 +8,9 @@ package Lemonldap::NG::Portal::IssuerDBOpenID; use strict; use Lemonldap::NG::Portal::Simple; +# Special comments for doxygen +#inherits Lemonldap::NG::Portal::OpenID::Server + our $VERSION = '0.01'; our $initDone; diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm index 9188156bd..4253a284b 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm @@ -31,6 +31,10 @@ use Safe; #inherits Lemonldap::NG::Portal::AuthSSL #inherits Lemonldap::NG::Portal::Menu #link Lemonldap::NG::Portal::Notification protected notification +#inherits Lemonldap::NG::Portal::IssuerDBCAS +#inherits Lemonldap::NG::Portal::IssuerDBNull +#inherits Lemonldap::NG::Portal::IssuerDBOpenID +#inherits Lemonldap::NG::Portal::IssuerDBSAML #inherits Lemonldap::NG::Portal::UserDBDBI #inherits Lemonldap::NG::Portal::UserDBEnv #inherits Lemonldap::NG::Portal::UserDBLDAP @@ -1177,7 +1181,6 @@ sub controlUrlOrigin { if ( $time < 600 ) { $self->lmLog( "Confirm parameter accepted $c", 'debug' ); $self->param( 'confirm', $c ); - print STDERR "DEBUG " . $self->param('confirm') . "\n"; } else { $self->lmLog( 'Confirmation to old, refused', 'notice' );