README 301 B

123456789101112
  1. /**
  2. \defgroup tinyxml "Tiny XML Library"
  3. @{
  4. This library provides a small footprint XML parsing facility. CLISH uses this
  5. in prefence to libxml2 as it is far more suited to embedded systems.
  6. Full documentation and details of this library can be found at
  7. http://www.grinninglizard.com/tinyxml/
  8. @}
  9. */