summaryrefslogtreecommitdiffstats
path: root/doc/mainpage.dox
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-04 21:45:20 +0000
committerDavid Robillard <d@drobilla.net>2006-10-04 21:45:20 +0000
commitfa7925c233e226da9ad3f24c2587e3c0be097e31 (patch)
tree60de6f03d0ceac11f6bd6bbb756d7d540a0d0bff /doc/mainpage.dox
downloadraul-fa7925c233e226da9ad3f24c2587e3c0be097e31.tar.gz
raul-fa7925c233e226da9ad3f24c2587e3c0be097e31.tar.bz2
raul-fa7925c233e226da9ad3f24c2587e3c0be097e31.zip
Moved generic utility stuff to new library "raul".
git-svn-id: http://svn.drobilla.net/lad/raul@156 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc/mainpage.dox')
-rw-r--r--doc/mainpage.dox10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
new file mode 100644
index 0000000..8305ef1
--- /dev/null
+++ b/doc/mainpage.dox
@@ -0,0 +1,10 @@
+/** @mainpage
+
+@section Overview
+
+Raul is a lightweight header-only C++ convenience library for realtime
+programming, with a (slight) bias towards audio applications.
+
+See the class heirarchy for an index of the available functionality.
+
+*/