summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2019-09-25 11:46:40 +0100
committerfalkTX <falktx@falktx.com>2019-09-25 11:46:40 +0100
commit0cb641ba3f205f210ed7574e4e5cbf37829dfe89 (patch)
treea69ef9b48835fb3f67965355503dd121552bbf59
parent26f9652e6d323f04951c50090986b148c7c2efad (diff)
downloadjack1-0cb641ba3f205f210ed7574e4e5cbf37829dfe89.tar.gz
Fixup documentation for new versions of doxygen
-rw-r--r--configure.ac2
-rw-r--r--doc/mainpage.dox32
-rw-r--r--doc/reference.doxygen.in3
3 files changed, 20 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index 02c8b93..4aa387e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl $Id$
-AC_INIT([jack-audio-connection-kit],[0.125.0rc1],
+AC_INIT([jack-audio-connection-kit],[0.125.0],
[jack-devel@lists.jackaudio.org],[],[http://www.jackaudio.org/])
AC_CONFIG_SRCDIR([jackd/jackd.c])
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index ed3b7e5..e7ab106 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -84,22 +84,22 @@ The JACK programming interfaces are described in several header files.
We present them here broken into useful categories to make the API a
little clearer:
- - @ref ClientFunctions
- - @ref ClientCallbacks
- - @ref ClientThreads
- - @ref ServerControl
- - @ref PortFunctions
- - @ref PortSearching
- - @ref LatencyFunctions
- - @ref TimeFunctions
- - @ref TransportControl
- - @ref ErrorOutput
- - @ref NonCallbackAPI
- - @ref MIDIAPI
- - @ref SessionClientFunctions
- - @ref WeakLinkage
- - @ref ControlAPI
- - @ref Metadata
+ - @ref ClientFunctions
+ - @ref ClientCallbacks
+ - @ref ClientThreads
+ - @ref ServerControl
+ - @ref PortFunctions
+ - @ref PortSearching
+ - @ref LatencyFunctions
+ - @ref TimeFunctions
+ - @ref TransportControl
+ - @ref ErrorOutput
+ - @ref NonCallbackAPI
+ - @ref MIDIAPI
+ - @ref SessionClientFunctions
+ - @ref WeakLinkage
+ - @ref ControlAPI
+ - @ref Metadata
The full API is described in:
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index d54199a..25f5868 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -1370,3 +1370,6 @@ DOT_CLEANUP = YES
# used. If set to NO the values of all tags below this one will be ignored.
SEARCHENGINE = NO
+
+# newer stuff
+HTML_DYNAMIC_MENUS = NO