[svn-commits] mmichelson: branch mmichelson/trunk-digiumphones r362675 - /team/mmichelson/t...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 19 15:39:53 CDT 2012


Author: mmichelson
Date: Thu Apr 19 15:39:47 2012
New Revision: 362675

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=362675
Log:
Add missing doxygen for presencestate functions.

Thanks for pointing this out Terry!

Review: https://reviewboard.asterisk.org/r/1850


Modified:
    team/mmichelson/trunk-digiumphones/include/asterisk/presencestate.h

Modified: team/mmichelson/trunk-digiumphones/include/asterisk/presencestate.h
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/trunk-digiumphones/include/asterisk/presencestate.h?view=diff&rev=362675&r1=362674&r2=362675
==============================================================================
--- team/mmichelson/trunk-digiumphones/include/asterisk/presencestate.h (original)
+++ team/mmichelson/trunk-digiumphones/include/asterisk/presencestate.h Thu Apr 19 15:39:47 2012
@@ -75,6 +75,8 @@
  * \brief Notify the world that a presence provider state changed.
  *
  * \param state the new presence state
+ * \param subtype the new presence subtype
+ * \param message the new presence message
  * \param fmt Presence entity whose state has changed
  *
  * The new state of the entity will be sent off to any subscribers
@@ -94,6 +96,8 @@
  * \brief Notify the world that a presence provider state changed.
  *
  * \param state the new presence state
+ * \param subtype the new presence subtype
+ * \param message the new presence message
  * \param presence_provider Presence entity whose state has changed
  *
  * The new state of the entity will be sent off to any subscribers




More information about the svn-commits mailing list