aboutsummaryrefslogtreecommitdiff
path: root/src/doxy
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxy')
-rw-r--r--src/doxy/archives.dox7
-rw-r--r--src/doxy/groups.dox7
-rw-r--r--src/doxy/main.dox7
-rw-r--r--src/doxy/servers.dox7
-rw-r--r--src/doxy/streams.dox7
-rw-r--r--src/doxy/threading.dox7
6 files changed, 42 insertions, 0 deletions
diff --git a/src/doxy/archives.dox b/src/doxy/archives.dox
index 3b96aa3..4c92f02 100644
--- a/src/doxy/archives.dox
+++ b/src/doxy/archives.dox
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1/** 8/**
2 *@page howto_archives Archiving Your Data a.k.a. Serialization 9 *@page howto_archives Archiving Your Data a.k.a. Serialization
3 * 10 *
diff --git a/src/doxy/groups.dox b/src/doxy/groups.dox
index 7bff7a7..4f2b620 100644
--- a/src/doxy/groups.dox
+++ b/src/doxy/groups.dox
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1/** 8/**
2 *@defgroup Threading 9 *@defgroup Threading
3 * Threads are awesome. 10 * Threads are awesome.
diff --git a/src/doxy/main.dox b/src/doxy/main.dox
index 7268890..8f5c2b6 100644
--- a/src/doxy/main.dox
+++ b/src/doxy/main.dox
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1/** 8/**
2 *@mainpage libbu++ utility library 9 *@mainpage libbu++ utility library
3 * 10 *
diff --git a/src/doxy/servers.dox b/src/doxy/servers.dox
index 0ba4bb1..a91f51e 100644
--- a/src/doxy/servers.dox
+++ b/src/doxy/servers.dox
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1/** 8/**
2 *@page howto_servers Creating Internet Servers 9 *@page howto_servers Creating Internet Servers
3 * 10 *
diff --git a/src/doxy/streams.dox b/src/doxy/streams.dox
index 65f01d7..87db151 100644
--- a/src/doxy/streams.dox
+++ b/src/doxy/streams.dox
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1/** 8/**
2 *@page howto_streams Working With Streams 9 *@page howto_streams Working With Streams
3 * 10 *
diff --git a/src/doxy/threading.dox b/src/doxy/threading.dox
index 0ae5325..aa0f0e0 100644
--- a/src/doxy/threading.dox
+++ b/src/doxy/threading.dox
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1/** 8/**
2 *@page howto_threading Making Applications Multi-threaded 9 *@page howto_threading Making Applications Multi-threaded
3 * 10 *