[sr-dev] git:master: doxygen: small doc fix in parser

Henning Westerholt henning.westerholt at 1und1.de
Mon Jul 4 09:45:50 CEST 2011


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

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Sun Jul  3 21:50:04 2011 +0200

doxygen: small doc fix in parser

---

 parser/msg_parser.h |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/parser/msg_parser.h b/parser/msg_parser.h
index 30069a9..9298eb7 100644
--- a/parser/msg_parser.h
+++ b/parser/msg_parser.h
@@ -88,19 +88,19 @@ enum request_method {
 	METHOD_UNDEF=0,           /*!< 0 - --- */
 	METHOD_INVITE=1,          /*!< 1 - 2^0 */
 	METHOD_CANCEL=2,          /*!< 2 - 2^1 */
-	METHOD_ACK=4,             /*!< 3 - 2^2 */
-	METHOD_BYE=8,             /*!< 4 - 2^3 */
-	METHOD_INFO=16,           /*!< 5 - 2^4 */
-	METHOD_REGISTER=32,       /*!< 6 - 2^5 */
-	METHOD_SUBSCRIBE=64,      /*!< 7 - 2^6 */
-	METHOD_NOTIFY=128,        /*!< 8 - 2^7 */
-	METHOD_MESSAGE=256,       /*!< 9 - 2^8 */
-	METHOD_OPTIONS=512,       /*!< 10 - 2^9 */
-	METHOD_PRACK=1024,        /*!< 11 - 2^10 */
-	METHOD_UPDATE=2048,       /*!< 12 - 2^11 */
-	METHOD_REFER=4096,        /*!< 13 - 2^12 */
-	METHOD_PUBLISH=8192,      /*!< 14 - 2^13 */
-	METHOD_OTHER=16384        /*!< 15 - 2^14 */
+	METHOD_ACK=4,             /*!< 4 - 2^2 */
+	METHOD_BYE=8,             /*!< 8 - 2^3 */
+	METHOD_INFO=16,           /*!< 16 - 2^4 */
+	METHOD_REGISTER=32,       /*!< 32 - 2^5 */
+	METHOD_SUBSCRIBE=64,      /*!< 64 - 2^6 */
+	METHOD_NOTIFY=128,        /*!< 128 - 2^7 */
+	METHOD_MESSAGE=256,       /*!< 256 - 2^8 */
+	METHOD_OPTIONS=512,       /*!< 512 - 2^9 */
+	METHOD_PRACK=1024,        /*!< 1024 - 2^10 */
+	METHOD_UPDATE=2048,       /*!< 2048 - 2^11 */
+	METHOD_REFER=4096,        /*!< 4096 - 2^12 */
+	METHOD_PUBLISH=8192,      /*!< 8192 - 2^13 */
+	METHOD_OTHER=16384        /*!< 16384 - 2^14 */
 };
 
 #define FL_FORCE_RPORT  (1 << 0)  /*!< force rport */




More information about the sr-dev mailing list