Browse Source

Fixup documentation for new versions of doxygen

tags/0.126.0
falkTX 6 years ago
parent
commit
0cb641ba3f
3 changed files with 20 additions and 17 deletions
  1. +1
    -1
      configure.ac
  2. +16
    -16
      doc/mainpage.dox
  3. +3
    -0
      doc/reference.doxygen.in

+ 1
- 1
configure.ac View File

@@ -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])


+ 16
- 16
doc/mainpage.dox View File

@@ -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:



+ 3
- 0
doc/reference.doxygen.in View File

@@ -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

Loading…
Cancel
Save