diff options
author | David Robillard <d@drobilla.net> | 2022-06-28 23:17:19 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-20 16:24:16 -0400 |
commit | 1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698 (patch) | |
tree | 862fbe1cd497a7782da1ab08ddd39ac548afd78b /doc/mainpage.dox | |
parent | 3ae22e31b51e920d22a4bebb211e82b5d7e7c3f2 (diff) | |
download | raul-1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698.tar.gz raul-1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698.tar.bz2 raul-1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698.zip |
Switch to meson build system
Diffstat (limited to 'doc/mainpage.dox')
-rw-r--r-- | doc/mainpage.dox | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox deleted file mode 100644 index b8ad610..0000000 --- a/doc/mainpage.dox +++ /dev/null @@ -1,12 +0,0 @@ -/** @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 */ |