aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference.doxygen.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-24 17:57:06 +0100
committerDavid Robillard <d@drobilla.net>2019-03-24 21:23:02 +0100
commit951f243e7403b59d05d28be2b03ca85333b9401a (patch)
treee45e4562937d946273a5ceec48560a2a1a2f8b52 /doc/reference.doxygen.in
parentf1f051ea07fa6b08794a955213c770b80e7502a4 (diff)
downloadlv2-951f243e7403b59d05d28be2b03ca85333b9401a.tar.xz
Remove ugly Doxygen image from API documentation footer
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r--doc/reference.doxygen.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index f2502dd..cbf3135 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -44,7 +44,7 @@ PROJECT_NUMBER = @LV2_VERSION@
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
-PROJECT_BRIEF =
+PROJECT_BRIEF = "An open and extensible audio plugin standard"
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
@@ -715,7 +715,7 @@ FILE_VERSION_FILTER =
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.
-LAYOUT_FILE = @LV2_SRCDIR@/doc/DoxygenLayout.xml
+LAYOUT_FILE =
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
@@ -1146,7 +1146,7 @@ HTML_HEADER = @LV2_SRCDIR@/doc/header.html
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_FOOTER =
+HTML_FOOTER = @LV2_SRCDIR@/doc/footer.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# sheet that is used by each HTML page. It can be used to fine-tune the look of