aboutsummaryrefslogtreecommitdiff
path: root/src/doxy/main.dox
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2008-04-28 23:01:03 +0000
committerMike Buland <eichlan@xagasoft.com>2008-04-28 23:01:03 +0000
commit2a49987a29270e14b5a9396b0ab3b7b4588770c3 (patch)
treeedb5cb767632323ef288451f38d669e0b2feba4e /src/doxy/main.dox
parentd416848a9c212bf0503ec5b9de4cd23449ecd73c (diff)
downloadlibbu++-2a49987a29270e14b5a9396b0ab3b7b4588770c3.tar.gz
libbu++-2a49987a29270e14b5a9396b0ab3b7b4588770c3.tar.bz2
libbu++-2a49987a29270e14b5a9396b0ab3b7b4588770c3.tar.xz
libbu++-2a49987a29270e14b5a9396b0ab3b7b4588770c3.zip
Apparently there were a number of things that weren't strict ISO C++, the new
version of gcc complained about them, none of these changes will break backward compatibility, so I fixed them. I added more docs too, it seems.
Diffstat (limited to 'src/doxy/main.dox')
-rw-r--r--src/doxy/main.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doxy/main.dox b/src/doxy/main.dox
index a13438f..6030f0c 100644
--- a/src/doxy/main.dox
+++ b/src/doxy/main.dox
@@ -21,6 +21,10 @@
21 * - @ref howto_archives 21 * - @ref howto_archives
22 * - @ref howto_threading 22 * - @ref howto_threading
23 * - @ref howto_servers 23 * - @ref howto_servers
24 * - @ref howto_taf
25 * - @ref howto_plugins
26 * - @ref howto_unittest
27 * - @ref howto_params
24 */ 28 */
25 29
26/** 30/**