blob: 668d2e34ed2d2d5a77e8f2a64561c340fb47473b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/**
*@mainpage libbu++ utility library
*
*@section secIntro Introduction
*
* Libbu++ is a C++ library of general utility classes and functions. They
* cover a wide range of topics from streams and sockets to data structures to
* data serialization and xml handling to threading.
*
*/
/**
*@namespace Bu The core libbu++ namespace, to ensure things don't get muddied.
*/
|