
3 changed files with 5 additions and 23 deletions
@ -1,21 +0,0 @@
@@ -1,21 +0,0 @@
|
||||
/** @mainpage |
||||
* |
||||
* This is the documentation for the LV2 specification and its |
||||
* official extensions. |
||||
* |
||||
* 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 specification |
||||
* documentation generated from Turtle with |
||||
* <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>. |
||||
* |
||||
* \li <a href="../../ns/index.html">LV2 Specifications</a> |
||||
* \li <a href="annotated.html">Data Structures</a> |
||||
* \li <a href="files.html">Headers</a> |
||||
*/ |
||||
|
||||
#define NOTHING_HERE |
||||
|
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
This is the API documentation for LV2. |
||||
|
||||
For an index and higher level documentation, see the corresponding [specification documentation](../../ns/index.html). |
Loading…
Reference in new issue