From ae627acb2f62a5543c8a91dedd70df665a29ef92 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 7 Jun 2007 23:07:25 +0000 Subject: Fix a bunch of doxygen errors and document more things (issue #9842, snuffy) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@68339 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_h323.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'channels/chan_h323.c') diff --git a/channels/chan_h323.c b/channels/chan_h323.c index 57112d759..0c0d937cb 100644 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -1937,9 +1937,10 @@ static struct rtp_info *external_rtp_create(unsigned call_reference, const char return info; } -/*! \brief +/* * Definition taken from rtp.c for rtpPayloadType because we need it here. */ + struct rtpPayloadType { int isAstFormat; /* whether the following code is an AST_FORMAT */ int code; -- cgit v1.2.3