diff options
author | David Robillard <d@drobilla.net> | 2007-02-05 23:07:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-05 23:07:00 +0000 |
commit | 4820d18b56a80acd9edbf4b994acf0a83e592f5e (patch) | |
tree | 8d66f582013f62ff48c9cb8d8d24cdec4c147286 /doc | |
parent | 1988a63b41a0e81f348d5df3394d41d3248d442b (diff) | |
download | lilv-4820d18b56a80acd9edbf4b994acf0a83e592f5e.tar.gz lilv-4820d18b56a80acd9edbf4b994acf0a83e592f5e.tar.bz2 lilv-4820d18b56a80acd9edbf4b994acf0a83e592f5e.zip |
Copyright/Documentation/etc cleanups.
git-svn-id: http://svn.drobilla.net/lad/slv2@280 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mainpage.dox | 5 | ||||
-rw-r--r-- | doc/reference.doxygen.in | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 545a92e..6c1fa4a 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -2,9 +2,8 @@ @section Overview -LibSLV2 is a host library to simply the use of LV2 plugins. +SLV2 is a host library to simply the discovery, loading, and use of LV2 +plugins. -It will have a lovely wordey description here once I get around to it. -For now click on the "Modules" tab above to get at the beef. */ diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 9aca619..e797565 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -19,7 +19,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "LibSLV2" +PROJECT_NAME = "SLV2" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -466,7 +466,7 @@ EXCLUDE_PATTERNS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = @top_srcdir@/examples/hosts +EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |