mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge a bunch of doxygen updates to header files. This includes changes to
use the \retval tag for documenting return values, fixing various warnings when generating the documentation, and various other things. (closes issue #10203, snuffy) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75164 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -144,7 +144,8 @@ int ast_manager_unregister( char *action );
|
||||
* \brief Verify a session's read permissions against a permission mask.
|
||||
* \param ident session identity
|
||||
* \param perm permission mask to verify
|
||||
* \returns 1 if the session has the permission mask capabilities, otherwise 0
|
||||
* \retval 1 if the session has the permission mask capabilities
|
||||
* \retval 0 otherwise
|
||||
*/
|
||||
int astman_verify_session_readpermissions(unsigned long ident, int perm);
|
||||
|
||||
@@ -152,7 +153,8 @@ int astman_verify_session_readpermissions(unsigned long ident, int perm);
|
||||
* \brief Verify a session's write permissions against a permission mask.
|
||||
* \param ident session identity
|
||||
* \param perm permission mask to verify
|
||||
* \returns 1 if the session has the permission mask capabilities, otherwise 0
|
||||
* \retval 1 if the session has the permission mask capabilities, otherwise 0
|
||||
* \retval 0 otherwise
|
||||
*/
|
||||
int astman_verify_session_writepermissions(unsigned long ident, int perm);
|
||||
|
||||
|
Reference in New Issue
Block a user