From ae41407817c5e360e57e06eba656a38b32093977 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 12 Jan 2007 15:23:09 +0000 Subject: doxygen improvements --- (limited to 'include/opkele/association.h') diff --git a/include/opkele/association.h b/include/opkele/association.h index ef0df42..a8f3915 100644 --- a/include/opkele/association.h +++ b/include/opkele/association.h @@ -9,9 +9,6 @@ * @brief reference implementation of association_t */ -/** - * @brief the main opkele namespace - */ namespace opkele { /** @@ -58,29 +55,11 @@ namespace opkele { : _server(__server), _handle(__handle), _assoc_type(__assoc_type), _secret(__secret), _expires(__expires), _stateless(__stateless) { } - /** - * @overload association_t::server() - */ virtual string server() const { return _server; } - /** - * @overload association_t::handle() - */ virtual string handle() const { return _handle; } - /** - * @overload association_t::assoc_type() - */ virtual string assoc_type() const { return _assoc_type; } - /** - * @overload association_t::secret() - */ virtual secret_t secret() const { return _secret; } - /** - * @overload association_t::expires_in() - */ virtual int expires_in() const { return _expires-time(0); } - /** - * @overload association_t::stateless() - */ virtual bool stateless() const { return _stateless; } }; -- cgit v0.9.0.2