aboutsummaryrefslogtreecommitdiff
path: root/src/doxy/servers.dox
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-10-03 09:13:28 +0000
committerMike Buland <eichlan@xagasoft.com>2007-10-03 09:13:28 +0000
commitb3eef5b0b82c20a9f11868ba376f6bb2d94faae4 (patch)
tree7c5f4243d3a528f86daad826ed886dea6b816871 /src/doxy/servers.dox
parent850ebb96df909a4113fdf9c5bf82cf0f598901ca (diff)
downloadlibbu++-b3eef5b0b82c20a9f11868ba376f6bb2d94faae4.tar.gz
libbu++-b3eef5b0b82c20a9f11868ba376f6bb2d94faae4.tar.bz2
libbu++-b3eef5b0b82c20a9f11868ba376f6bb2d94faae4.tar.xz
libbu++-b3eef5b0b82c20a9f11868ba376f6bb2d94faae4.zip
Nothing about function. I added a bunch of docs and re-arranged a bunch of
the existing docs. Taking advantage of some of the cooler extra features of doxygen I've started writing extra how-to pages covering working with sections of the library. Also, I started grouping the classes by function so they show up on the Modules page together, very cute.
Diffstat (limited to 'src/doxy/servers.dox')
-rw-r--r--src/doxy/servers.dox11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/doxy/servers.dox b/src/doxy/servers.dox
new file mode 100644
index 0000000..0ba4bb1
--- /dev/null
+++ b/src/doxy/servers.dox
@@ -0,0 +1,11 @@
1/**
2 *@page howto_servers Creating Internet Servers
3 *
4 * Libbu++ provides a comprehensive set of classes for creating any type of
5 * server that you would like. At the moment these are restricted to using
6 * the Bu::Socket subclass of Bu::Stream, and therefore the INET socket
7 * namespace. This isn't much of a restriction, but hopefully it will be
8 * lifted in the future.
9 *
10 *@todo Finish this page.
11 */