diff options
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 |