[svn-commits] rmudgett: branch rmudgett/mcid r253476 - /team/rmudgett/mcid/include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 18 18:16:04 CDT 2010


Author: rmudgett
Date: Thu Mar 18 18:16:01 2010
New Revision: 253476

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253476
Log:
Added missing \since 1.8 doxygen tags.

Modified:
    team/rmudgett/mcid/include/asterisk/channel.h

Modified: team/rmudgett/mcid/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/mcid/include/asterisk/channel.h?view=diff&rev=253476&r1=253475&r2=253476
==============================================================================
--- team/rmudgett/mcid/include/asterisk/channel.h (original)
+++ team/rmudgett/mcid/include/asterisk/channel.h Thu Mar 18 18:16:01 2010
@@ -2443,6 +2443,7 @@
 
 /*!
  * \brief Initialize the given party id structure.
+ * \since 1.8
  *
  * \param init Party id structure to initialize.
  *
@@ -2452,6 +2453,7 @@
 
 /*!
  * \brief Destroy the party id contents
+ * \since 1.8
  *
  * \param doomed The party id to destroy.
  *




More information about the svn-commits mailing list