mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Don't note that functions are deprecated in favor of themselves. This was
found by showing a very poor example doxygen function in a presentation this morning. :) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83819 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -125,8 +125,6 @@ enum ast_device_state ast_device_state(const char *device);
|
|||||||
*
|
*
|
||||||
* \retval 0 on success
|
* \retval 0 on success
|
||||||
* \retval -1 on failure
|
* \retval -1 on failure
|
||||||
*
|
|
||||||
* \note This is deprecated in favor of ast_devstate_changed()
|
|
||||||
*/
|
*/
|
||||||
int ast_devstate_changed(enum ast_device_state state, const char *fmt, ...)
|
int ast_devstate_changed(enum ast_device_state state, const char *fmt, ...)
|
||||||
__attribute__ ((format (printf, 2, 3)));
|
__attribute__ ((format (printf, 2, 3)));
|
||||||
@@ -143,8 +141,6 @@ int ast_devstate_changed(enum ast_device_state state, const char *fmt, ...)
|
|||||||
*
|
*
|
||||||
* \retval 0 on success
|
* \retval 0 on success
|
||||||
* \retval -1 on failure
|
* \retval -1 on failure
|
||||||
*
|
|
||||||
* \note This is deprecated in favor of ast_devstate_changed()
|
|
||||||
*/
|
*/
|
||||||
int ast_devstate_changed_literal(enum ast_device_state state, const char *device);
|
int ast_devstate_changed_literal(enum ast_device_state state, const char *device);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user