[svn-commits] rmudgett: branch rmudgett/cid r269895 - /team/rmudgett/cid/include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 10 16:09:17 CDT 2010


Author: rmudgett
Date: Thu Jun 10 16:09:13 2010
New Revision: 269895

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=269895
Log:
Fix some doxygen comments.

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

Modified: team/rmudgett/cid/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cid/include/asterisk/channel.h?view=diff&rev=269895&r1=269894&r2=269895
==============================================================================
--- team/rmudgett/cid/include/asterisk/channel.h (original)
+++ team/rmudgett/cid/include/asterisk/channel.h Thu Jun 10 16:09:13 2010
@@ -366,7 +366,8 @@
  *       our own accounts.
  */
 struct ast_party_caller {
-	struct ast_party_id id;		/*! \brief Caller party ID */
+	/*! \brief Caller party ID */
+	struct ast_party_id id;
 
 	/*!
 	 * \brief Automatic Number Identification (ANI) (Malloced)
@@ -395,7 +396,8 @@
  * \note NULL and "" must be considered equivalent.
  */
 struct ast_party_connected_line {
-	struct ast_party_id id;		/*! \brief Connected party ID */
+	/*! \brief Connected party ID */
+	struct ast_party_id id;
 
 	/*!
 	 * \brief Automatic Number Identification (ANI) (Malloced)




More information about the svn-commits mailing list