summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-28 22:00:55 +0000
committerDavid Robillard <d@drobilla.net>2011-04-28 22:00:55 +0000
commit2f7085f51e560aebd73be9bd99a532f231406a70 (patch)
tree8041c061577a96f671df895549c37e2b9091e3e1 /doc
parent12a0318dc7974474f429cb46a4f7c8c78d4a7ae8 (diff)
downloadlilv-2f7085f51e560aebd73be9bd99a532f231406a70.tar.gz
lilv-2f7085f51e560aebd73be9bd99a532f231406a70.tar.bz2
lilv-2f7085f51e560aebd73be9bd99a532f231406a70.zip
Fix up the last remnants of the old name.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3219 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r--doc/lv2_inspect.12
-rw-r--r--doc/lv2_jack_host.12
-rw-r--r--doc/lv2_list.12
-rw-r--r--doc/lv2_simple_jack_host.12
-rw-r--r--doc/mainpage.dox60
5 files changed, 4 insertions, 64 deletions
diff --git a/doc/lv2_inspect.1 b/doc/lv2_inspect.1
index b46e2f6..63adf9c 100644
--- a/doc/lv2_inspect.1
+++ b/doc/lv2_inspect.1
@@ -20,7 +20,7 @@
.B lv2_inspect PLUGIN_URI
.SH SEE ALSO
-.BR slv2(3),
+.BR lilv(3),
.BR lv2_list(1),
.BR lv2_jack_host(1),
.BR lv2_simple_jack_host(1)
diff --git a/doc/lv2_jack_host.1 b/doc/lv2_jack_host.1
index c8ec44e..d8e4bed 100644
--- a/doc/lv2_jack_host.1
+++ b/doc/lv2_jack_host.1
@@ -21,7 +21,7 @@
.B lv2_jack_host PLUGIN_URI
.SH SEE ALSO
-.BR slv2(3),
+.BR lilv(3),
.BR lv2_list(1),
.BR lv2_jack_host(1),
.BR lv2_simple_jack_host(1),
diff --git a/doc/lv2_list.1 b/doc/lv2_list.1
index 642e8f0..ee091aa 100644
--- a/doc/lv2_list.1
+++ b/doc/lv2_list.1
@@ -21,7 +21,7 @@
.B lv2_list
.SH SEE ALSO
-.BR slv2(3),
+.BR lilv(3),
.BR lv2_list(1),
.BR lv2_jack_host(1),
.BR lv2_simple_jack_host(1)
diff --git a/doc/lv2_simple_jack_host.1 b/doc/lv2_simple_jack_host.1
index 74d8e6c..cf289a4 100644
--- a/doc/lv2_simple_jack_host.1
+++ b/doc/lv2_simple_jack_host.1
@@ -21,7 +21,7 @@
.B lv2_simple_jack_host PLUGIN_URI
.SH SEE ALSO
-.BR slv2(3),
+.BR lilv(3),
.BR lv2_list(1),
.BR lv2_jack_host(1),
.BR lv2_simple_jack_host(1),
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
deleted file mode 100644
index 21840b2..0000000
--- a/doc/mainpage.dox
+++ /dev/null
@@ -1,60 +0,0 @@
-/* This duplication sucks :( */
-
-/* HTML */
-
-/** @mainpage
- * @section Overview
- *
- * SLV2 is a host library to simplify the discovery, loading, and use of LV2
- * plugins (http://lv2plug.in).
- *
- * SLV2 is written in standard C99, and depends only on the Redland RDF library
- * (http://librdf.org). It should be portable to any system with Redland, and
- * is tested on various GNU/Linux distributions (often), and MacOS X (occasionally).
- *
- * The data (RDF) and code (shared library) functionality in SLV2 is strictly
- * separated so it is simple to control where each is used (e.g. it is
- * possible to discover/investigate plugins and related data without loading
- * any shared libraries, avoiding the associated risks).
- *
- * The SLV2 documentation is broken into several pages:
- *
- * \li \link slv2_world slv2_world \endlink - Global library initialisation, state, plugin discovery, etc.
- *
- * \li \link slv2_util slv2_util \endlink - Generally useful utility functions
- *
- * \li \link slv2_collections slv2_collections \endlink - Collections of values (literals and URIs) and objects
- *
- * \li \link slv2_data slv2_data \endlink - Access to plugin RDF data
- *
- * \li \link slv2_library slv2_library \endlink - Access to plugin shared libraries
- */
-
-
-/* man page */
-
-/** @defgroup slv2 SLV2
- * SLV2 is a host library to simplify the discovery, loading, and use of LV2
- * plugins (http://lv2plug.in).
- *
- * SLV2 is written in standard C99, and depends only on the Redland RDF library
- * (http://librdf.org). It should be portable to any system with Redland, and
- * is tested on various GNU/Linux distributions (often), and MacOS X (occasionally).
- *
- * The data (RDF) and code (shared library) functionality in SLV2 is strictly
- * separated so it is simple to control where each is used (e.g. it is
- * possible to discover/investigate plugins and related data without loading
- * any shared libraries, avoiding the associated risks).
- *
- * The SLV2 documentation is broken into several pages:
- *
- * \li \link slv2_world slv2_world \endlink - Global library initialisation, state, plugin discovery, etc.
- *
- * \li \link slv2_util slv2_util \endlink - Generally useful utility functions
- *
- * \li \link slv2_collections slv2_collections \endlink - Collections of values (literals and URIs) and objects
- *
- * \li \link slv2_data slv2_data \endlink - Access to plugin RDF data
- *
- * \li \link slv2_library slv2_library \endlink - Access to plugin shared libraries
- */