diff options
Diffstat (limited to 'doc/mainpage.dox')
-rw-r--r-- | doc/mainpage.dox | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox new file mode 100644 index 0000000..b8ad610 --- /dev/null +++ b/doc/mainpage.dox @@ -0,0 +1,12 @@ +/** @mainpage + +@section Overview + +Raul is a relatively lightweight C++ library for realtime +programming, biased towards audio applications. + +See the class heirarchy for an index of the available functionality. + +*/ + +/** @defgroup raul Realtime Audio Utility Library */ |