[asterisk-commits] russell: trunk r83819 - /trunk/include/asterisk/devicestate.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 25 16:06:44 CDT 2007


Author: russell
Date: Tue Sep 25 16:06:44 2007
New Revision: 83819

URL: http://svn.digium.com/view/asterisk?view=rev&rev=83819
Log:
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.  :)

Modified:
    trunk/include/asterisk/devicestate.h

Modified: trunk/include/asterisk/devicestate.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/devicestate.h?view=diff&rev=83819&r1=83818&r2=83819
==============================================================================
--- trunk/include/asterisk/devicestate.h (original)
+++ trunk/include/asterisk/devicestate.h Tue Sep 25 16:06:44 2007
@@ -125,8 +125,6 @@
  *
  * \retval 0 on success 
  * \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, ...)
 	__attribute__ ((format (printf, 2, 3)));
@@ -143,8 +141,6 @@
  *
  * \retval 0 on success 
  * \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);
 




More information about the asterisk-commits mailing list