[Faxpp-devel] SF.net SVN: faxpp:[54] trunk/faxpp/include/faxpp/event.h
Status: Beta
Brought to you by:
jpcs
From: <jp...@us...> - 2008-12-04 14:29:39
|
Revision: 54 http://faxpp.svn.sourceforge.net/faxpp/?rev=54&view=rev Author: jpcs Date: 2008-12-04 14:29:33 +0000 (Thu, 04 Dec 2008) Log Message: ----------- Fixed documentation. Modified Paths: -------------- trunk/faxpp/include/faxpp/event.h Modified: trunk/faxpp/include/faxpp/event.h =================================================================== --- trunk/faxpp/include/faxpp/event.h 2008-08-08 11:25:17 UTC (rev 53) +++ trunk/faxpp/include/faxpp/event.h 2008-12-04 14:29:33 UTC (rev 54) @@ -96,8 +96,8 @@ FAXPP_Attribute *attrs; ///< Array of attributes. \details Present for event types START_ELEMENT_EVENT, and SELF_CLOSING_ELEMENT_EVENT FAXPP_Text version; ///< The version of the event. \details Present for event types START_DOCUMENT_EVENT and START_EXTERNAL_ENTITY_EVENT - FAXPP_Text encoding; ///< The version of the event. \details Present for event types START_DOCUMENT_EVENT and START_EXTERNAL_ENTITY_EVENT - FAXPP_Text standalone; ///< The version of the event. \details Present only for the START_DOCUMENT_EVENT event type + FAXPP_Text encoding; ///< The encoding of the event. \details Present for event types START_DOCUMENT_EVENT and START_EXTERNAL_ENTITY_EVENT + FAXPP_Text standalone; ///< The standalone status of the event. \details Present only for the START_DOCUMENT_EVENT event type FAXPP_Text system_id; ///< The system literal of the event. \details Present for event types DOCTYPE_EVENT and ENTITY_REFERENCE_EVENT FAXPP_Text public_id; ///< The public ID literal of the event. \details Present for event types DOCTYPE_EVENT and ENTITY_REFERENCE_EVENT This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |