mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
progdocs: Fix grouping for latest Doxygen.
Since Doxygen 1.8.16, a special comment block is required. Otherwise (pure C comment), the group command is ignored. Additionally, several unbalanced group commands were fixed. ASTERISK-29732 Change-Id: I780ed8e0e8acdbdd8f8b75fb7baf5ef657af7a3f
This commit is contained in:
committed by
Kevin Harwell
parent
6296f645a2
commit
0398daf4cb
@@ -27,8 +27,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*! \name configuration constants */
|
||||
/*@{ */
|
||||
/*! \name configuration constants
|
||||
* @{
|
||||
*/
|
||||
/*! Number of historical timestamps to use in calculating jitter and drift */
|
||||
#define JB_HISTORY_SZ 500
|
||||
/*! what percentage of timestamps should we drop from the history when we examine it;
|
||||
@@ -42,7 +43,8 @@ extern "C" {
|
||||
#define JB_TARGET_EXTRA 40
|
||||
/*! ms between growing and shrinking; may not be honored if jitterbuffer runs out of space */
|
||||
#define JB_ADJUST_DELAY 40
|
||||
/*@} */
|
||||
|
||||
/*! @} */
|
||||
|
||||
enum jb_return_code {
|
||||
/* return codes */
|
||||
|
Reference in New Issue
Block a user