[sr-dev] git:master: doxygen: small syntax fix in cfg support and sl module

Henning Westerholt henning.westerholt at 1und1.de
Thu Jun 23 22:04:18 CEST 2011


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

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Thu Jun 23 22:03:43 2011 +0200

doxygen: small syntax fix in cfg support and sl module

---

 cfg/cfg_struct.h |    2 +-
 modules/sl/sl.h  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cfg/cfg_struct.h b/cfg/cfg_struct.h
index d3231dc..f835a7e 100644
--- a/cfg/cfg_struct.h
+++ b/cfg/cfg_struct.h
@@ -118,7 +118,7 @@ typedef struct _cfg_group_inst {
 	unsigned char	vars[1];	/*!< block for the values */
 } cfg_group_inst_t;
 
-/*! \bried Meta-data which is stored before each variable group
+/*! \brief Meta-data which is stored before each variable group
  * within the blob. This structure is used to handle the multivalue
  * instances of the variables, i.e. manages the array for the
  * additional values. */
diff --git a/modules/sl/sl.h b/modules/sl/sl.h
index 8a133ed..892c43b 100644
--- a/modules/sl/sl.h
+++ b/modules/sl/sl.h
@@ -60,7 +60,7 @@ typedef struct sl_cbp {
 typedef void (*sl_cbf_f)(sl_cbp_t *slcbp);
 
 /**
- * @bried SL callback structure definition
+ * @brief SL callback structure definition
  */
 typedef struct sl_cbelem {
 	unsigned int type;         /* type of callback - can be a mask of types */




More information about the sr-dev mailing list