libupnp/docs/dist/Makefile.am
Marcelo Roberto Jimenez 5756f589d7 SF Patches Tracker [ 1865812 ] typo in docs comment
Submitted By: Hartmut Holzgraefe - hholzgra
typo in docs comment ACCAPTED instead of ACCEPTED in
@name UPNP_E_UNSUBSCRIBE_UNACCAPTED [-302]
Also, the documentation file name was mispelled and was corrected in
the Makefile.am.


git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@287 119443c7-1b9e-41f8-b6fc-b9c35fce742c
2008-01-07 12:02:33 +00:00

514 lines
23 KiB
Makefile

EXTRA_DIST = \
./UPnP_Programming_Guide.pdf \
./IXML_Programming_Guide.pdf \
./html/upnp/icon1.gif \
./html/upnp/icon2.gif \
./html/upnp/toc.html \
./html/upnp/General.html \
./html/upnp/index.html \
./html/upnp/Introduction.html \
./html/upnp/License.html \
./html/upnp/AboutCallbacks.html \
./html/upnp/TheAPI.html \
./html/upnp/Errorcodes.html \
./html/upnp/UPNP_E_SUCCESS0.html \
./html/upnp/UPNP_E_INVALID_HANDLE-100.html \
./html/upnp/UPNP_E_INVALID_PARAM-101.html \
./html/upnp/UPNP_E_OUTOF_HANDLE-102.html \
./html/upnp/UPNP_E_OUTOF_MEMORY-104.html \
./html/upnp/UPNP_E_INIT-105.html \
./html/upnp/UPNP_E_INVALID_DESC-107.html \
./html/upnp/UPNP_E_INVALID_URL-108.html \
./html/upnp/UPNP_E_INVALID_SERVICE-111.html \
./html/upnp/UPNP_E_BAD_RESPONSE-113.html \
./html/upnp/UPNP_E_INVALID_ACTION-115.html \
./html/upnp/UPNP_E_FINISH-116.html \
./html/upnp/UPNP_E_INIT_FAILED-117.html \
./html/upnp/UPNP_E_BAD_HTTPMSG-119.html \
./html/upnp/UPNP_E_ALREADY_REGISTERED-120.html \
./html/upnp/UPNP_E_NETWORK_ERROR-200.html \
./html/upnp/UPNP_E_SOCKET_WRITE-201.html \
./html/upnp/UPNP_E_SOCKET_READ-202.html \
./html/upnp/UPNP_E_SOCKET_BIND-203.html \
./html/upnp/UPNP_E_SOCKET_CONNECT-204.html \
./html/upnp/UPNP_E_OUTOF_SOCKET-205.html \
./html/upnp/UPNP_E_LISTEN-206.html \
./html/upnp/UPNP_E_TIMEDOUT-207.html \
./html/upnp/UPNP_E_SOCKET_ERROR-208.html \
./html/upnp/UPNP_E_CANCELED-210.html \
./html/upnp/UPNP_E_SUBSCRIBE_UNACCEPTED-301.html \
./html/upnp/UPNP_E_UNSUBSCRIBE_UNACCEPTED-302.html \
./html/upnp/UPNP_E_NOTIFY_UNACCEPTED-303.html \
./html/upnp/UPNP_E_INVALID_ARGUMENT-501.html \
./html/upnp/UPNP_E_FILE_NOT_FOUND-502.html \
./html/upnp/UPNP_E_FILE_READ_ERROR-503.html \
./html/upnp/UPNP_E_EXT_NOT_XML-504.html \
./html/upnp/UPNP_E_NOT_FOUND-507.html \
./html/upnp/UPNP_E_INTERNAL_ERROR-911.html \
./html/upnp/ConstantsStructuresandTypes.html \
./html/upnp/UpnpClient_Handle.html \
./html/upnp/UpnpDevice_Handle.html \
./html/upnp/UPnP_EventType.html \
./html/upnp/UPNP_CONTROL_ACTION_REQUEST.html \
./html/upnp/UPNP_CONTROL_ACTION_COMPLETE.html \
./html/upnp/UPNP_CONTROL_GET_VAR_REQUEST.html \
./html/upnp/UPNP_CONTROL_GET_VAR_COMPLETE.html \
./html/upnp/UPNP_DISCOVERY_ADVERTISEMENT_ALIVE.html \
./html/upnp/UPNP_DISCOVERY_ADVERTISEMENT_BYEBYE.html \
./html/upnp/UPNP_DISCOVERY_SEARCH_RESULT.html \
./html/upnp/UPNP_DISCOVERY_SEARCH_TIMEOUT.html \
./html/upnp/UPNP_EVENT_SUBSCRIPTION_REQUEST.html \
./html/upnp/UPNP_EVENT_RECEIVED.html \
./html/upnp/UPNP_EVENT_RENEWAL_COMPLETE.html \
./html/upnp/UPNP_EVENT_SUBSCRIBE_COMPLETE.html \
./html/upnp/UPNP_EVENT_UNSUBSCRIBE_COMPLETE.html \
./html/upnp/UPNP_EVENT_AUTORENEWAL_FAILED.html \
./html/upnp/UPNP_EVENT_SUBSCRIPTION_EXPIRED.html \
./html/upnp/Upnp_SID44.html \
./html/upnp/Upnp_SType.html \
./html/upnp/UPNP_S_ALL.html \
./html/upnp/UPNP_S_ROOT.html \
./html/upnp/UPNP_S_DEVICE.html \
./html/upnp/UPNP_S_SERVICE.html \
./html/upnp/Upnp_DescType.html \
./html/upnp/UPNPREG_URL_DESC.html \
./html/upnp/UPNPREG_FILENAME_DESC.html \
./html/upnp/UPNPREG_BUF_DESC.html \
./html/upnp/Upnp_Action_Request.html \
./html/upnp/Upnp_State_Var_Request.html \
./html/upnp/Upnp_State_Var_Complete.html \
./html/upnp/Upnp_Event.html \
./html/upnp/Upnp_Discovery.html \
./html/upnp/Upnp_Event_Subscribe.html \
./html/upnp/Upnp_Subscription_Request.html \
./html/upnp/UpnpVirtualDirCallbacks.html \
./html/upnp/Upnp_FunPtr.html \
./html/upnp/InitializationandRegistration.html \
./html/upnp/UpnpInit.html \
./html/upnp/UpnpFinish.html \
./html/upnp/UpnpGetServerPort.html \
./html/upnp/UpnpGetServerIpAddress.html \
./html/upnp/UpnpRegisterClient.html \
./html/upnp/UpnpRegisterRootDevice.html \
./html/upnp/UpnpRegisterRootDevice2.html \
./html/upnp/UpnpUnRegisterClient.html \
./html/upnp/UpnpUnRegisterRootDevice.html \
./html/upnp/UpnpSetContentLength.html \
./html/upnp/UpnpSetMaxContentLength.html \
./html/upnp/Discovery.html \
./html/upnp/UpnpSearchAsync.html \
./html/upnp/UpnpSendAdvertisement.html \
./html/upnp/Control.html \
./html/upnp/UpnpGetServiceVarStatus.html \
./html/upnp/UpnpGetServiceVarStatusAsync.html \
./html/upnp/UpnpSendAction.html \
./html/upnp/UpnpSendActionEx.html \
./html/upnp/UpnpSendActionAsync.html \
./html/upnp/UpnpSendActionExAsync.html \
./html/upnp/Eventing.html \
./html/upnp/UpnpAcceptSubscription.html \
./html/upnp/UpnpAcceptSubscriptionExt.html \
./html/upnp/UpnpNotify.html \
./html/upnp/UpnpNotifyExt.html \
./html/upnp/UpnpRenewSubscription.html \
./html/upnp/UpnpRenewSubscriptionAsync.html \
./html/upnp/UpnpSetMaxSubscriptions.html \
./html/upnp/UpnpSetMaxSubscriptionTimeOut.html \
./html/upnp/UpnpSubscribe.html \
./html/upnp/UpnpSubscribeAsync.html \
./html/upnp/UpnpUnSubscribe.html \
./html/upnp/UpnpUnSubscribeAsync.html \
./html/upnp/ControlPointHTTPAPI.html \
./html/upnp/UpnpDownloadUrlItem.html \
./html/upnp/UpnpOpenHttpGet.html \
./html/upnp/UpnpOpenHttpGetProxy.html \
./html/upnp/UpnpOpenHttpGetEx.html \
./html/upnp/UpnpReadHttpGet.html \
./html/upnp/UpnpHttpGetProgress.html \
./html/upnp/UpnpCancelHttpGet.html \
./html/upnp/UpnpCloseHttpGet.html \
./html/upnp/UpnpOpenHttpPost.html \
./html/upnp/UpnpWriteHttpPost.html \
./html/upnp/UpnpCloseHttpPost.html \
./html/upnp/UpnpDownloadXmlDoc.html \
./html/upnp/WebServerAPI.html \
./html/upnp/UpnpSetWebServerRootDir.html \
./html/upnp/UpnpSetVirtualDirCallbacks.html \
./html/upnp/UpnpEnableWebserver.html \
./html/upnp/UpnpIsWebserverEnabled.html \
./html/upnp/UpnpAddVirtualDir.html \
./html/upnp/UpnpRemoveVirtualDir.html \
./html/upnp/UpnpRemoveAllVirtualDirs.html \
./html/upnp/OptionalToolAPIs.html \
./html/upnp/UpnpResolveURL.html \
./html/upnp/UpnpMakeAction.html \
./html/upnp/UpnpAddToAction.html \
./html/upnp/UpnpMakeActionResponse.html \
./html/upnp/UpnpAddToActionResponse.html \
./html/upnp/UpnpAddToPropertySet.html \
./html/upnp/UpnpCreatePropertySet.html \
./html/upnp/UpnpGetErrorMessage.html \
./html/ixml/icon1.gif \
./html/ixml/icon2.gif \
./html/ixml/toc.html \
./html/ixml/General.html \
./html/ixml/index.html \
./html/ixml/Introduction.html \
./html/ixml/License.html \
./html/ixml/DOMInterfaces.html \
./html/ixml/InterfaceitNode.html \
./html/ixml/ixmlNode_getNodeName.html \
./html/ixml/ixmlNode_getNodeValue.html \
./html/ixml/ixmlNode_setNodeValue.html \
./html/ixml/ixmlNode_getNodeType.html \
./html/ixml/ixmlNode_getParentNode.html \
./html/ixml/ixmlNode_getChildNodes.html \
./html/ixml/ixmlNode_getFirstChild.html \
./html/ixml/ixmlNode_getLastChild.html \
./html/ixml/ixmlNode_getPreviousSibling.html \
./html/ixml/ixmlNode_getNextSibling.html \
./html/ixml/ixmlNode_getAttributes.html \
./html/ixml/ixmlNode_getOwnerDocument.html \
./html/ixml/ixmlNode_getNamespaceURI.html \
./html/ixml/ixmlNode_getPrefix.html \
./html/ixml/ixmlNode_getLocalName.html \
./html/ixml/ixmlNode_insertBefore.html \
./html/ixml/ixmlNode_replaceChild.html \
./html/ixml/ixmlNode_removeChild.html \
./html/ixml/ixmlNode_appendChild.html \
./html/ixml/ixmlNode_hasChildNodes.html \
./html/ixml/ixmlNode_cloneNode.html \
./html/ixml/ixmlNode_hasAttributes.html \
./html/ixml/ixmlNode_free.html \
./html/ixml/InterfaceitAttr.html \
./html/ixml/ixmlAttr_free.html \
./html/ixml/InterfaceitCDATASection.html \
./html/ixml/ixmlCDATASection_init.html \
./html/ixml/ixmlCDATASection_free.html \
./html/ixml/InterfaceitDocument.html \
./html/ixml/ixmlDocument_init.html \
./html/ixml/ixmlDocument_createDocumentEx.html \
./html/ixml/ixmlDocument_createDocument.html \
./html/ixml/ixmlDocument_createElementEx.html \
./html/ixml/ixmlDocument_createElement.html \
./html/ixml/ixmlDocument_createTextNodeEx.html \
./html/ixml/ixmlDocument_createTextNode.html \
./html/ixml/ixmlDocument_createCDATASectionEx.html \
./html/ixml/ixmlDocument_createCDATASection.html \
./html/ixml/ixmlDocument_createAttribute.html \
./html/ixml/ixmlDocument_createAttributeEx.html \
./html/ixml/ixmlDocument_getElementsByTagName.html \
./html/ixml/ixmlDocument_createElementNSEx.html \
./html/ixml/ixmlDocument_createElementNS.html \
./html/ixml/ixmlDocument_createAttributeNSEx.html \
./html/ixml/ixmlDocument_createAttributeNS.html \
./html/ixml/ixmlDocument_getElementsByTagNameNS.html \
./html/ixml/ixmlDocument_getElementById.html \
./html/ixml/ixmlDocument_free.html \
./html/ixml/ixmlDocument_importNode.html \
./html/ixml/InterfaceitElement.html \
./html/ixml/ixmlElement_init.html \
./html/ixml/ixmlElement_getTagName.html \
./html/ixml/ixmlElement_getAttribute.html \
./html/ixml/ixmlElement_setAttribute.html \
./html/ixml/ixmlElement_removeAttribute.html \
./html/ixml/ixmlElement_getAttributeNode.html \
./html/ixml/ixmlElement_setAttributeNode.html \
./html/ixml/ixmlElement_removeAttributeNode.html \
./html/ixml/ixmlElement_getElementsByTagName.html \
./html/ixml/ixmlElement_getAttributeNS.html \
./html/ixml/ixmlElement_setAttributeNS.html \
./html/ixml/ixmlElement_removeAttributeNS.html \
./html/ixml/ixmlElement_getAttributeNodeNS.html \
./html/ixml/ixmlElement_setAttributeNodeNS.html \
./html/ixml/ixmlElement_getElementsByTagNameNS.html \
./html/ixml/ixmlElement_hasAttribute.html \
./html/ixml/ixmlElement_hasAttributeNS.html \
./html/ixml/ixmlElement_free.html \
./html/ixml/InterfaceitNamedNodeMap.html \
./html/ixml/ixmlNamedNodeMap_getLength.html \
./html/ixml/ixmlNamedNodeMap_getNamedItem.html \
./html/ixml/ixmlNamedNodeMap_setNamedItem.html \
./html/ixml/ixmlNamedNodeMap_removeNamedItem.html \
./html/ixml/ixmlNamedNodeMap_item.html \
./html/ixml/ixmlNamedNodeMap_getNamedItemNS.html \
./html/ixml/ixmlNamedNodeMap_setNamedItemNS.html \
./html/ixml/ixmlNamedNodeMap_removeNamedItemNS.html \
./html/ixml/ixmlNamedNodeMap_free.html \
./html/ixml/InterfaceitNodeList.html \
./html/ixml/ixmlNodeList_item.html \
./html/ixml/ixmlNodeList_length.html \
./html/ixml/ixmlNodeList_free.html \
./html/ixml/IXMLAPI.html \
./html/ixml/ixmlPrintDocument.html \
./html/ixml/ixmlPrintNode.html \
./html/ixml/ixmlDocumenttoString.html \
./html/ixml/ixmlNodetoString.html \
./html/ixml/ixmlRelaxParser.html \
./html/ixml/ixmlParseBuffer.html \
./html/ixml/ixmlParseBufferEx.html \
./html/ixml/ixmlLoadDocument.html \
./html/ixml/ixmlLoadDocumentEx.html \
./html/ixml/ixmlCloneDOMString.html \
./html/ixml/ixmlFreeDOMString.html
if WITH_DOCUMENTATION
docsdir = @docdir@
nobase_docs_DATA = \
./UPnP_Programming_Guide.pdf \
./IXML_Programming_Guide.pdf \
./html/upnp/icon1.gif \
./html/upnp/icon2.gif \
./html/upnp/toc.html \
./html/upnp/General.html \
./html/upnp/index.html \
./html/upnp/Introduction.html \
./html/upnp/License.html \
./html/upnp/AboutCallbacks.html \
./html/upnp/TheAPI.html \
./html/upnp/Errorcodes.html \
./html/upnp/UPNP_E_SUCCESS0.html \
./html/upnp/UPNP_E_INVALID_HANDLE-100.html \
./html/upnp/UPNP_E_INVALID_PARAM-101.html \
./html/upnp/UPNP_E_OUTOF_HANDLE-102.html \
./html/upnp/UPNP_E_OUTOF_MEMORY-104.html \
./html/upnp/UPNP_E_INIT-105.html \
./html/upnp/UPNP_E_INVALID_DESC-107.html \
./html/upnp/UPNP_E_INVALID_URL-108.html \
./html/upnp/UPNP_E_INVALID_SERVICE-111.html \
./html/upnp/UPNP_E_BAD_RESPONSE-113.html \
./html/upnp/UPNP_E_INVALID_ACTION-115.html \
./html/upnp/UPNP_E_FINISH-116.html \
./html/upnp/UPNP_E_INIT_FAILED-117.html \
./html/upnp/UPNP_E_BAD_HTTPMSG-119.html \
./html/upnp/UPNP_E_ALREADY_REGISTERED-120.html \
./html/upnp/UPNP_E_NETWORK_ERROR-200.html \
./html/upnp/UPNP_E_SOCKET_WRITE-201.html \
./html/upnp/UPNP_E_SOCKET_READ-202.html \
./html/upnp/UPNP_E_SOCKET_BIND-203.html \
./html/upnp/UPNP_E_SOCKET_CONNECT-204.html \
./html/upnp/UPNP_E_OUTOF_SOCKET-205.html \
./html/upnp/UPNP_E_LISTEN-206.html \
./html/upnp/UPNP_E_TIMEDOUT-207.html \
./html/upnp/UPNP_E_SOCKET_ERROR-208.html \
./html/upnp/UPNP_E_CANCELED-210.html \
./html/upnp/UPNP_E_SUBSCRIBE_UNACCEPTED-301.html \
./html/upnp/UPNP_E_UNSUBSCRIBE_UNACCEPTED-302.html \
./html/upnp/UPNP_E_NOTIFY_UNACCEPTED-303.html \
./html/upnp/UPNP_E_INVALID_ARGUMENT-501.html \
./html/upnp/UPNP_E_FILE_NOT_FOUND-502.html \
./html/upnp/UPNP_E_FILE_READ_ERROR-503.html \
./html/upnp/UPNP_E_EXT_NOT_XML-504.html \
./html/upnp/UPNP_E_NOT_FOUND-507.html \
./html/upnp/UPNP_E_INTERNAL_ERROR-911.html \
./html/upnp/ConstantsStructuresandTypes.html \
./html/upnp/UpnpClient_Handle.html \
./html/upnp/UpnpDevice_Handle.html \
./html/upnp/UPnP_EventType.html \
./html/upnp/UPNP_CONTROL_ACTION_REQUEST.html \
./html/upnp/UPNP_CONTROL_ACTION_COMPLETE.html \
./html/upnp/UPNP_CONTROL_GET_VAR_REQUEST.html \
./html/upnp/UPNP_CONTROL_GET_VAR_COMPLETE.html \
./html/upnp/UPNP_DISCOVERY_ADVERTISEMENT_ALIVE.html \
./html/upnp/UPNP_DISCOVERY_ADVERTISEMENT_BYEBYE.html \
./html/upnp/UPNP_DISCOVERY_SEARCH_RESULT.html \
./html/upnp/UPNP_DISCOVERY_SEARCH_TIMEOUT.html \
./html/upnp/UPNP_EVENT_SUBSCRIPTION_REQUEST.html \
./html/upnp/UPNP_EVENT_RECEIVED.html \
./html/upnp/UPNP_EVENT_RENEWAL_COMPLETE.html \
./html/upnp/UPNP_EVENT_SUBSCRIBE_COMPLETE.html \
./html/upnp/UPNP_EVENT_UNSUBSCRIBE_COMPLETE.html \
./html/upnp/UPNP_EVENT_AUTORENEWAL_FAILED.html \
./html/upnp/UPNP_EVENT_SUBSCRIPTION_EXPIRED.html \
./html/upnp/Upnp_SID44.html \
./html/upnp/Upnp_SType.html \
./html/upnp/UPNP_S_ALL.html \
./html/upnp/UPNP_S_ROOT.html \
./html/upnp/UPNP_S_DEVICE.html \
./html/upnp/UPNP_S_SERVICE.html \
./html/upnp/Upnp_DescType.html \
./html/upnp/UPNPREG_URL_DESC.html \
./html/upnp/UPNPREG_FILENAME_DESC.html \
./html/upnp/UPNPREG_BUF_DESC.html \
./html/upnp/Upnp_Action_Request.html \
./html/upnp/Upnp_State_Var_Request.html \
./html/upnp/Upnp_State_Var_Complete.html \
./html/upnp/Upnp_Event.html \
./html/upnp/Upnp_Discovery.html \
./html/upnp/Upnp_Event_Subscribe.html \
./html/upnp/Upnp_Subscription_Request.html \
./html/upnp/UpnpVirtualDirCallbacks.html \
./html/upnp/Upnp_FunPtr.html \
./html/upnp/InitializationandRegistration.html \
./html/upnp/UpnpInit.html \
./html/upnp/UpnpFinish.html \
./html/upnp/UpnpGetServerPort.html \
./html/upnp/UpnpGetServerIpAddress.html \
./html/upnp/UpnpRegisterClient.html \
./html/upnp/UpnpRegisterRootDevice.html \
./html/upnp/UpnpRegisterRootDevice2.html \
./html/upnp/UpnpUnRegisterClient.html \
./html/upnp/UpnpUnRegisterRootDevice.html \
./html/upnp/UpnpSetContentLength.html \
./html/upnp/UpnpSetMaxContentLength.html \
./html/upnp/Discovery.html \
./html/upnp/UpnpSearchAsync.html \
./html/upnp/UpnpSendAdvertisement.html \
./html/upnp/Control.html \
./html/upnp/UpnpGetServiceVarStatus.html \
./html/upnp/UpnpGetServiceVarStatusAsync.html \
./html/upnp/UpnpSendAction.html \
./html/upnp/UpnpSendActionEx.html \
./html/upnp/UpnpSendActionAsync.html \
./html/upnp/UpnpSendActionExAsync.html \
./html/upnp/Eventing.html \
./html/upnp/UpnpAcceptSubscription.html \
./html/upnp/UpnpAcceptSubscriptionExt.html \
./html/upnp/UpnpNotify.html \
./html/upnp/UpnpNotifyExt.html \
./html/upnp/UpnpRenewSubscription.html \
./html/upnp/UpnpRenewSubscriptionAsync.html \
./html/upnp/UpnpSetMaxSubscriptions.html \
./html/upnp/UpnpSetMaxSubscriptionTimeOut.html \
./html/upnp/UpnpSubscribe.html \
./html/upnp/UpnpSubscribeAsync.html \
./html/upnp/UpnpUnSubscribe.html \
./html/upnp/UpnpUnSubscribeAsync.html \
./html/upnp/ControlPointHTTPAPI.html \
./html/upnp/UpnpDownloadUrlItem.html \
./html/upnp/UpnpOpenHttpGet.html \
./html/upnp/UpnpOpenHttpGetProxy.html \
./html/upnp/UpnpOpenHttpGetEx.html \
./html/upnp/UpnpReadHttpGet.html \
./html/upnp/UpnpHttpGetProgress.html \
./html/upnp/UpnpCancelHttpGet.html \
./html/upnp/UpnpCloseHttpGet.html \
./html/upnp/UpnpOpenHttpPost.html \
./html/upnp/UpnpWriteHttpPost.html \
./html/upnp/UpnpCloseHttpPost.html \
./html/upnp/UpnpDownloadXmlDoc.html \
./html/upnp/WebServerAPI.html \
./html/upnp/UpnpSetWebServerRootDir.html \
./html/upnp/UpnpSetVirtualDirCallbacks.html \
./html/upnp/UpnpEnableWebserver.html \
./html/upnp/UpnpIsWebserverEnabled.html \
./html/upnp/UpnpAddVirtualDir.html \
./html/upnp/UpnpRemoveVirtualDir.html \
./html/upnp/UpnpRemoveAllVirtualDirs.html \
./html/upnp/OptionalToolAPIs.html \
./html/upnp/UpnpResolveURL.html \
./html/upnp/UpnpMakeAction.html \
./html/upnp/UpnpAddToAction.html \
./html/upnp/UpnpMakeActionResponse.html \
./html/upnp/UpnpAddToActionResponse.html \
./html/upnp/UpnpAddToPropertySet.html \
./html/upnp/UpnpCreatePropertySet.html \
./html/upnp/UpnpGetErrorMessage.html \
./html/ixml/icon1.gif \
./html/ixml/icon2.gif \
./html/ixml/toc.html \
./html/ixml/General.html \
./html/ixml/index.html \
./html/ixml/Introduction.html \
./html/ixml/License.html \
./html/ixml/DOMInterfaces.html \
./html/ixml/InterfaceitNode.html \
./html/ixml/ixmlNode_getNodeName.html \
./html/ixml/ixmlNode_getNodeValue.html \
./html/ixml/ixmlNode_setNodeValue.html \
./html/ixml/ixmlNode_getNodeType.html \
./html/ixml/ixmlNode_getParentNode.html \
./html/ixml/ixmlNode_getChildNodes.html \
./html/ixml/ixmlNode_getFirstChild.html \
./html/ixml/ixmlNode_getLastChild.html \
./html/ixml/ixmlNode_getPreviousSibling.html \
./html/ixml/ixmlNode_getNextSibling.html \
./html/ixml/ixmlNode_getAttributes.html \
./html/ixml/ixmlNode_getOwnerDocument.html \
./html/ixml/ixmlNode_getNamespaceURI.html \
./html/ixml/ixmlNode_getPrefix.html \
./html/ixml/ixmlNode_getLocalName.html \
./html/ixml/ixmlNode_insertBefore.html \
./html/ixml/ixmlNode_replaceChild.html \
./html/ixml/ixmlNode_removeChild.html \
./html/ixml/ixmlNode_appendChild.html \
./html/ixml/ixmlNode_hasChildNodes.html \
./html/ixml/ixmlNode_cloneNode.html \
./html/ixml/ixmlNode_hasAttributes.html \
./html/ixml/ixmlNode_free.html \
./html/ixml/InterfaceitAttr.html \
./html/ixml/ixmlAttr_free.html \
./html/ixml/InterfaceitCDATASection.html \
./html/ixml/ixmlCDATASection_init.html \
./html/ixml/ixmlCDATASection_free.html \
./html/ixml/InterfaceitDocument.html \
./html/ixml/ixmlDocument_init.html \
./html/ixml/ixmlDocument_createDocumentEx.html \
./html/ixml/ixmlDocument_createDocument.html \
./html/ixml/ixmlDocument_createElementEx.html \
./html/ixml/ixmlDocument_createElement.html \
./html/ixml/ixmlDocument_createTextNodeEx.html \
./html/ixml/ixmlDocument_createTextNode.html \
./html/ixml/ixmlDocument_createCDATASectionEx.html \
./html/ixml/ixmlDocument_createCDATASection.html \
./html/ixml/ixmlDocument_createAttribute.html \
./html/ixml/ixmlDocument_createAttributeEx.html \
./html/ixml/ixmlDocument_getElementsByTagName.html \
./html/ixml/ixmlDocument_createElementNSEx.html \
./html/ixml/ixmlDocument_createElementNS.html \
./html/ixml/ixmlDocument_createAttributeNSEx.html \
./html/ixml/ixmlDocument_createAttributeNS.html \
./html/ixml/ixmlDocument_getElementsByTagNameNS.html \
./html/ixml/ixmlDocument_getElementById.html \
./html/ixml/ixmlDocument_free.html \
./html/ixml/ixmlDocument_importNode.html \
./html/ixml/InterfaceitElement.html \
./html/ixml/ixmlElement_init.html \
./html/ixml/ixmlElement_getTagName.html \
./html/ixml/ixmlElement_getAttribute.html \
./html/ixml/ixmlElement_setAttribute.html \
./html/ixml/ixmlElement_removeAttribute.html \
./html/ixml/ixmlElement_getAttributeNode.html \
./html/ixml/ixmlElement_setAttributeNode.html \
./html/ixml/ixmlElement_removeAttributeNode.html \
./html/ixml/ixmlElement_getElementsByTagName.html \
./html/ixml/ixmlElement_getAttributeNS.html \
./html/ixml/ixmlElement_setAttributeNS.html \
./html/ixml/ixmlElement_removeAttributeNS.html \
./html/ixml/ixmlElement_getAttributeNodeNS.html \
./html/ixml/ixmlElement_setAttributeNodeNS.html \
./html/ixml/ixmlElement_getElementsByTagNameNS.html \
./html/ixml/ixmlElement_hasAttribute.html \
./html/ixml/ixmlElement_hasAttributeNS.html \
./html/ixml/ixmlElement_free.html \
./html/ixml/InterfaceitNamedNodeMap.html \
./html/ixml/ixmlNamedNodeMap_getLength.html \
./html/ixml/ixmlNamedNodeMap_getNamedItem.html \
./html/ixml/ixmlNamedNodeMap_setNamedItem.html \
./html/ixml/ixmlNamedNodeMap_removeNamedItem.html \
./html/ixml/ixmlNamedNodeMap_item.html \
./html/ixml/ixmlNamedNodeMap_getNamedItemNS.html \
./html/ixml/ixmlNamedNodeMap_setNamedItemNS.html \
./html/ixml/ixmlNamedNodeMap_removeNamedItemNS.html \
./html/ixml/ixmlNamedNodeMap_free.html \
./html/ixml/InterfaceitNodeList.html \
./html/ixml/ixmlNodeList_item.html \
./html/ixml/ixmlNodeList_length.html \
./html/ixml/ixmlNodeList_free.html \
./html/ixml/IXMLAPI.html \
./html/ixml/ixmlPrintDocument.html \
./html/ixml/ixmlPrintNode.html \
./html/ixml/ixmlDocumenttoString.html \
./html/ixml/ixmlNodetoString.html \
./html/ixml/ixmlRelaxParser.html \
./html/ixml/ixmlParseBuffer.html \
./html/ixml/ixmlParseBufferEx.html \
./html/ixml/ixmlLoadDocument.html \
./html/ixml/ixmlLoadDocumentEx.html \
./html/ixml/ixmlCloneDOMString.html \
./html/ixml/ixmlFreeDOMString.html
endif