From 2e93c9940944edab87c29a2a13d60090f15fea86 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 08 Feb 2008 21:24:46 +0000 Subject: further doxygenation of basic_OP, extension_t and verify_OP Signed-off-by: Michael Krelin --- (limited to 'include/opkele/extension.h') diff --git a/include/opkele/extension.h b/include/opkele/extension.h index 37bcb90..38f61e3 100644 --- a/include/opkele/extension.h +++ b/include/opkele/extension.h @@ -44,10 +44,18 @@ namespace opkele { */ virtual void op_id_res_hook(basic_openid_message& oum); + /** + * @name deprecated hooks, used by the deprecated consumer_t and + * server_t implementations + * @{ + */ virtual void checkid_hook(basic_openid_message& om) OPKELE_DEPRECATE; virtual void id_res_hook(const basic_openid_message& om, const basic_openid_message& sp) OPKELE_DEPRECATE; virtual void checkid_hook(const basic_openid_message& inm,basic_openid_message& oum); + /** + * @} + */ /** * Casts the object to pointer to itself. For convenient passing -- cgit v0.9.0.2