aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-24 19:49:11 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-24 19:49:11 +0000
commit2c162efa7e1633695c3a96027f3aefc7e00910c3 (patch)
treed04c058ed4f451adbff8731198cdd257ac0195ad /include
parent9df447ca21f87c96bef53bee2f441a844dbe779e (diff)
Doxygen updates and corrections
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56648 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/doxyref.h1
-rw-r--r--include/asterisk/frame.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h
index d9daf4135..fa4d1ac3a 100644
--- a/include/asterisk/doxyref.h
+++ b/include/asterisk/doxyref.h
@@ -44,6 +44,7 @@
* \arg \ref ConfigFiles
* \arg \ref SoundFiles included in the Asterisk distribution
* \arg \ref AstCREDITS : A Thank You to contributors
+ * \arg \ref extref
\n\n
* \section weblinks Web sites
* \arg \b Main: Asterisk Developer's website http://www.asterisk.org/developers/
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index fa0b6f939..c0b9b3352 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -495,8 +495,9 @@ struct ast_frame *ast_smoother_read(struct ast_smoother *s);
void ast_frame_dump(const char *name, struct ast_frame *f, char *prefix);
/*! \page AudioCodecPref Audio Codec Preferences
+
In order to negotiate audio codecs in the order they are configured
- in <channel>.conf for a device, we set up codec preference lists
+ in \<channel\>.conf for a device, we set up codec preference lists
in addition to the codec capabilities setting. The capabilities
setting is a bitmask of audio and video codecs with no internal
order. This will reflect the offer given to the other side, where