aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 08:58:46 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 08:58:46 +0000
commit21363e1a63276b5b8892026c0d7e06723adefa00 (patch)
tree1611242391b246974850bb4f966d783d2fdc6b58 /channels
parent54710096e0f620fd800d3579374a3b85326f8357 (diff)
Doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99464 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 5294fc393..bce608c91 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -731,7 +731,7 @@ struct zt_chan_conf {
char smdi_port[SMDI_MAX_FILENAME_LEN];
};
-/** returns a new zt_chan_conf with default values (by-value) */
+/*! returns a new zt_chan_conf with default values (by-value) */
static struct zt_chan_conf zt_chan_conf_default(void) {
/* recall that if a field is not included here it is initialized
* to 0 or equivalent