File: MainPage.doc

package info (click to toggle)
ui-gxmlcpp 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,196 kB
  • ctags: 691
  • sloc: sh: 11,320; cpp: 3,514; makefile: 70
file content (24 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (6)
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.
 */