Module: sip-router Branch: master Commit: 7fa7e9bbc6f50be8e6fb200a018e955d1dc8bc48 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7fa7e9bb...
Author: oej oej@edvina.net Committer: oej oej@edvina.net Date: Thu Oct 22 19:59:29 2009 +0200
Doxygen updates
---
tls_hooks.c | 10 +++++----- tls_hooks.h | 8 ++++++++ tls_hooks_init.h | 8 ++++++++ 3 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/tls_hooks.c b/tls_hooks.c index bc25c3d..9981cf9 100644 --- a/tls_hooks.c +++ b/tls_hooks.c @@ -23,11 +23,11 @@ * 2007-02-09 created by andrei */
-/*! - * \file - * \brief SIP-router TLS support :: TLS hooks for modules - * \ingroup tls - * Module: \ref tls +/** + * @file + * @brief SIP-router TLS support :: TLS hooks for modules + * @ingroup tls + * Module: @ref tls */
diff --git a/tls_hooks.h b/tls_hooks.h index 462ad3d..1095169 100644 --- a/tls_hooks.h +++ b/tls_hooks.h @@ -23,6 +23,14 @@ * 2007-02-09 created by andrei */
+/** + * @file + * @brief SIP-router TLS support :: TLS hooks for modules + * @ingroup tls + * Module: @ref tls + */ + + #ifndef _tls_hooks_h #define _tls_hooks_h
diff --git a/tls_hooks_init.h b/tls_hooks_init.h index 190f0c7..808b347 100644 --- a/tls_hooks_init.h +++ b/tls_hooks_init.h @@ -23,6 +23,14 @@ * 2007-02-09 created by andrei */
+/** + * @file + * @brief SIP-router TLS support :: TLS hooks init + * @ingroup tls + * Module: @ref tls + */ + + #ifndef _tls_hooks_init_h #define _tls_hooks_init_h