Significantly simplify contexts extension.
[lv2.git] / doc / mainpage.dox
blobf8f0827315e9f3f280f92555bc290f52c72f0fc7
1 /** @mainpage
2  *
3  * This is the documentation for the LV2 specification and its
4  * extensions hosted at http://lv2plug.in.
5  *
6  * An LV2 extension generally has two parts: the specification in
7  * <a href="http://www.w3.org/TeamSubmission/turtle/">Turtle</a>
8  * (e.g. ext.lv2/ext.ttl), and an accompanying
9  * <a href="http://en.wikipedia.org/wiki/C99">C</a> header (e.g. ext.lv2/ext.h).
10  * The header documentation is generated with <a href="http://doxygen.org">
11  * Doxygen</a> and hyperlinked (in both directions) with the extension
12  * documentation generated from Turtle with
13  * <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>.
14  * 
15  * \par Header Documentation
16  * \li <a href="annotated.html">Data Structures Index</a>
17  * \li <a href="files.html">Files Index</a>
18  *
19  * \par Extension Documentation
20  * \li <a href="../../lv2core">LV2 core documentation</a>
21  * \li <a href="../../ext">Extensions at lv2plug.in/ns/ext</a>
22  * \li <a href="../../extensions">Extensions at lv2plug.in/ns/extensions</a>
23  */