1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
/**
@mainpage ui-gxmlcpp -- Simple C++ Wrapper for Gnome libxml2/libxslt
*/
/** @namespace UI
* @brief Namespace for all Schlund+Partner Code.
*/
/** @namespace UI::GXML
* @brief Namespace for library project "ui-gxmlcpp".
*/
/**
* @example UnitTests.cpp
* CPPUnit Tests for this library.
* Binary should be installed as ui-gxmlcpp-test.
*/
/**
* @example XSLTProc.cpp
* XSLTProc program; a simple clone of libxslt's xsltproc.
* Binary should be installed as ui-gxmlcpp-xsltproc.
*/
|