[sr-dev] git:master: Fix bad doxygen formatting of groups

Olle E. Johansson oej at edvina.net
Sun Oct 25 20:11:58 CET 2009


Module: sip-router
Branch: master
Commit: aef825cca547df0df50c81ad424f1e9ea05bd400
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aef825cca547df0df50c81ad424f1e9ea05bd400

Author: oej <oej at edvina.net>
Committer: oej <oej at edvina.net>
Date:   Sun Oct 25 19:31:44 2009 +0100

Fix bad doxygen formatting of groups

---

 parser/msg_parser.h   |    4 ++--
 parser/parse_hname2.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/parser/msg_parser.h b/parser/msg_parser.h
index 67b3c0e..cd2f661 100644
--- a/parser/msg_parser.h
+++ b/parser/msg_parser.h
@@ -73,12 +73,12 @@
 
 
 /*! \name convenience short-cut macros */
-/*! { */
+/*@{ */
 #define REQ_LINE(_msg) ((_msg)->first_line.u.request)
 #define REQ_METHOD first_line.u.request.method_value
 #define REPLY_STATUS first_line.u.reply.statuscode
 #define REPLY_CLASS(_reply) ((_reply)->REPLY_STATUS/100)
-/*! } */
+/*@} */
 
 /*! \brief start of "actual" sip msg (start of first line) */
 #define SIP_MSG_START(m)	((m)->first_line.u.request.method.s)
diff --git a/parser/parse_hname2.c b/parser/parse_hname2.c
index f80873f..5673fe4 100644
--- a/parser/parse_hname2.c
+++ b/parser/parse_hname2.c
@@ -67,7 +67,7 @@ static inline char* skip_ws(char* p, unsigned int size)
 /*! \name 
  * Parser macros
  */
-/*! { */
+/*@{ */
 #include "case_via.h"      /* Via */
 #include "case_from.h"     /* From */
 #include "case_to.h"       /* To */
@@ -107,7 +107,7 @@ static inline char* skip_ws(char* p, unsigned int size)
 #include "case_path.h"     /* Path */
 #include "case_priv.h"
 
-/*! } */
+/*@} */
 
 #define READ(val) \
 (*(val + 0) + (*(val + 1) << 8) + (*(val + 2) << 16) + (*(val + 3) << 24))




More information about the sr-dev mailing list