diff options
author | David Robillard <d@drobilla.net> | 2010-10-04 18:21:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-04 18:21:08 +0000 |
commit | cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c (patch) | |
tree | 632b911da25fc24b6b3d331d7ceffc22606b8e5b /doc/mainpage.dox | |
parent | 61842745ab15454ee66be54a6f3bcc148a75406f (diff) | |
download | lv2-cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c.tar.xz |
Initial import of lv2plug.in universe.
Diffstat (limited to 'doc/mainpage.dox')
-rw-r--r-- | doc/mainpage.dox | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox new file mode 100644 index 0000000..f8f0827 --- /dev/null +++ b/doc/mainpage.dox @@ -0,0 +1,24 @@ +/** @mainpage + * + * This is the documentation for the LV2 specification and its + * extensions hosted at http://lv2plug.in. + * + * An LV2 extension generally has two parts: the specification in + * <a href="http://www.w3.org/TeamSubmission/turtle/">Turtle</a> + * (e.g. ext.lv2/ext.ttl), and an accompanying + * <a href="http://en.wikipedia.org/wiki/C99">C</a> header (e.g. ext.lv2/ext.h). + * The header documentation is generated with <a href="http://doxygen.org"> + * Doxygen</a> and hyperlinked (in both directions) with the extension + * documentation generated from Turtle with + * <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>. + * + * \par Header Documentation + * \li <a href="annotated.html">Data Structures Index</a> + * \li <a href="files.html">Files Index</a> + * + * \par Extension Documentation + * \li <a href="../../lv2core">LV2 core documentation</a> + * \li <a href="../../ext">Extensions at lv2plug.in/ns/ext</a> + * \li <a href="../../extensions">Extensions at lv2plug.in/ns/extensions</a> + */ + |