[asterisk-commits] twilson: branch twilson/calendaring r158058 - /team/twilson/calendaring/inclu...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Nov 20 11:34:36 CST 2008


Author: twilson
Date: Thu Nov 20 11:34:36 2008
New Revision: 158058

URL: http://svn.digium.com/view/asterisk?view=rev&rev=158058
Log:
Add a line of documentation

Modified:
    team/twilson/calendaring/include/asterisk/calendar.h

Modified: team/twilson/calendaring/include/asterisk/calendar.h
URL: http://svn.digium.com/view/asterisk/team/twilson/calendaring/include/asterisk/calendar.h?view=diff&rev=158058&r1=158057&r2=158058
==============================================================================
--- team/twilson/calendaring/include/asterisk/calendar.h (original)
+++ team/twilson/calendaring/include/asterisk/calendar.h Thu Nov 20 11:34:36 2008
@@ -95,7 +95,7 @@
 		AST_STRING_FIELD(location);
 		AST_STRING_FIELD(uid);
 	);
-	struct ast_calendar *owner;
+	struct ast_calendar *owner;   /*!< The calendar that ownes this event */
 	time_t start;        /*!< Start of event (UTC) */
 	time_t end;          /*!< End of event (UTC) */
 	time_t alarm;        /*!< Time for event notification */




More information about the asterisk-commits mailing list