mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res: Fix for Doxygen.
These are the remaining issues found in /res. ASTERISK-29761 Change-Id: I572e6019c422780dde5ce8448b6c85c77af6046d
This commit is contained in:
committed by
Friendly Automation
parent
b2e71b82e7
commit
178cb0ffe4
@@ -37,12 +37,12 @@
|
||||
struct stasis_app;
|
||||
|
||||
enum stasis_app_subscription_model {
|
||||
/*
|
||||
/*!
|
||||
* \brief An application must manually subscribe to each
|
||||
* resource that it cares about. This is the default approach.
|
||||
*/
|
||||
STASIS_APP_SUBSCRIBE_MANUAL,
|
||||
/*
|
||||
/*!
|
||||
* \brief An application is automatically subscribed to all
|
||||
* resources in Asterisk, even if it does not control them.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user