master
Marc Wäckerlin 10 years ago
parent f51daa5c41
commit ad7d4cddeb
  1. 4
      README

@ -16,7 +16,7 @@ C++ classes can inherit xml::Serialize and become serializable this
way. All you need to do is to overwrite one single method, where you way. All you need to do is to overwrite one single method, where you
declare XML tag names for the class name and for all members. declare XML tag names for the class name and for all members.
(More rationale: See also "related Pages" in the doxygen project documentation) (More rationale: See also "Related Pages" in the doxygen project documentation)
Structure of the files: Structure of the files:
src: The source code of the library src: The source code of the library
@ -24,4 +24,4 @@ Structure of the files:
doc/examples: Example code (included in doxygen documentation) doc/examples: Example code (included in doxygen documentation)
test: CppUnit test files - can also be taken as examples test: CppUnit test files - can also be taken as examples
Project URL: https://dev.marc.waeckerlin.org/projects/libxml-cxx Project URL: https://dev.marc.waeckerlin.org/redmine/projects/libxml-cxx

Loading…
Cancel
Save