summaryrefslogtreecommitdiff
path: root/pjlib-util/include/pjlib-util/errno.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-10-08 13:56:07 +0000
committerBenny Prijono <bennylp@teluu.com>2006-10-08 13:56:07 +0000
commit50a7a792f0de6a09525fdfedfbca05038344c873 (patch)
tree5b2f493f670490ce0979fcf2b472fec4cedeb4a6 /pjlib-util/include/pjlib-util/errno.h
parent36413704c1ff24a8e38e0fcf47c9a9c87621e71a (diff)
Added pjlib-util/config.h and pjlib-util/types.h to put
together common settings, and updated Doxygen documentation for PJLIB-UTIL. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@754 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util/include/pjlib-util/errno.h')
-rw-r--r--pjlib-util/include/pjlib-util/errno.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pjlib-util/include/pjlib-util/errno.h b/pjlib-util/include/pjlib-util/errno.h
index 589fcb63..b49f6b37 100644
--- a/pjlib-util/include/pjlib-util/errno.h
+++ b/pjlib-util/include/pjlib-util/errno.h
@@ -22,6 +22,11 @@
#include <pj/errno.h>
+/**
+ * @defgroup PJLIB_UTIL_ERROR PJLIB-UTIL Error Codes
+ * @ingroup PJLIB_UTIL
+ * @{
+ */
/**
* Start of error code relative to PJ_ERRNO_START_USER.
@@ -240,4 +245,8 @@
#define PJLIB_UTIL_EDNS_NOTZONE PJ_STATUS_FROM_DNS_RCODE(10)/* 320060 */
+/**
+ * @}
+ */
+
#endif /* __PJLIB_UTIL_ERRNO_H__ */