projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
using CLSCTX_ALL fails with Microsoft Office applications, correct the last change...
[wxWidgets.git]
/
interface
/
wx
/
xml
/
xml.h
diff --git
a/interface/wx/xml/xml.h
b/interface/wx/xml/xml.h
index bbc63c62ed9c7a76de457df0ab4f5c9f870a0ce8..71ac36a37b8d8eede03ba0f2325b54a5b6b6c384 100644
(file)
--- a/
interface/wx/xml/xml.h
+++ b/
interface/wx/xml/xml.h
@@
-8,7
+8,6
@@
/**
@class wxXmlNode
/**
@class wxXmlNode
- @headerfile xml.h wx/xml/xml.h
Represents a node in an XML document. See wxXmlDocument.
Represents a node in an XML document. See wxXmlDocument.
@@
-270,7
+269,6
@@
public:
/**
@class wxXmlAttribute
/**
@class wxXmlAttribute
- @headerfile xml.h wx/xml/xml.h
Represents a node attribute.
Represents a node attribute.
@@
-335,7
+333,6
@@
public:
/**
@class wxXmlDocument
/**
@class wxXmlDocument
- @headerfile xml.h wx/xml/xml.h
This class holds XML data/document as parsed by XML parser in the root node.
This class holds XML data/document as parsed by XML parser in the root node.