aboutsummaryrefslogtreecommitdiff
path: root/src/doxy/servers.dox
diff options
context:
space:
mode:
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 */