mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
main: Fix for Doxygen.
ASTERISK-29763 Change-Id: Ib8359e3590a9109eb04a5376559d040e5e21867e
This commit is contained in:
committed by
Friendly Automation
parent
cc025026b7
commit
9440f6ec58
@@ -65,7 +65,7 @@ struct __priv_data {
|
||||
* \brief The ao2 object option flags.
|
||||
*
|
||||
* \note This field is constant after object creation. It shares
|
||||
* a uint32_t with \ref lockused and \ref magic.
|
||||
* a uint32_t with \p lockused and \p magic.
|
||||
*/
|
||||
uint32_t options:3;
|
||||
/*!
|
||||
@@ -82,7 +82,7 @@ struct __priv_data {
|
||||
* reference.
|
||||
*
|
||||
* \note This field is constant after object creation. It shares
|
||||
* a uint32_t with \ref options and \ref lockused.
|
||||
* a uint32_t with \p options and \p lockused.
|
||||
*
|
||||
* \warning Stealing bits for any additional writable fields would cause
|
||||
* reentrancy issues if using bitfields. If any additional
|
||||
|
Reference in New Issue
Block a user