aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/causes.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-11 14:17:29 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-11 14:17:29 +0000
commit2020d2079737c991a378ee3e486099fee5363337 (patch)
tree6cca3e832b35c1035169d9fea07aa663936c3839 /include/asterisk/causes.h
parent19b0b540555a50cab713bd16c46a1936c43e9718 (diff)
A lot of doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@92285 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/causes.h')
-rw-r--r--include/asterisk/causes.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/asterisk/causes.h b/include/asterisk/causes.h
index ad3fa672d..fb4f3c115 100644
--- a/include/asterisk/causes.h
+++ b/include/asterisk/causes.h
@@ -85,7 +85,11 @@ For more information:
- \ref app_dial.c
*/
-/* Causes for disconnection (from Q.931) */
+/*! \name Causes for disconnection (from Q.931)
+ These are the internal cause codes used in Asterisk.
+ \ref AstCauses
+*/
+/*@{ */
#define AST_CAUSE_UNALLOCATED 1
#define AST_CAUSE_NO_ROUTE_TRANSIT_NET 2
#define AST_CAUSE_NO_ROUTE_DESTINATION 3
@@ -140,5 +144,6 @@ For more information:
#define AST_CAUSE_UNREGISTERED AST_CAUSE_NO_ROUTE_DESTINATION
#define AST_CAUSE_NOTDEFINED 0
#define AST_CAUSE_NOSUCHDRIVER AST_CAUSE_CHAN_NOT_IMPLEMENTED
+/*@{ */
#endif /* _ASTERISK_CAUSES_H */