summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/mainpage.dox5
-rw-r--r--doc/reference.doxygen.in3
3 files changed, 8 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 95429ff..5e5767e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,7 +14,8 @@ DOXSOURCES=mainpage.dox transport.dox porting.dox fsm.png fsm.eps \
../jack/thread.h \
../jack/transport.h \
../jack/types.h \
- ../jack/midiport.h
+ ../jack/midiport.h \
+ ../jack/session.h
EXTRA_DIST=mainpage.dox transport.dox fsm.png fsm.eps porting.dox
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 4a0d0b3..e76439e 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -96,6 +96,7 @@ little clearer:
- @ref ErrorOutput
- @ref NonCallbackAPI
- @ref MIDIAPI
+ - @ref SessionClientFunctions
The full API is described in:
@@ -116,6 +117,8 @@ The full API is described in:
creation for JACK and its clients.
- @ref midiport.h "<jack/midiport.h>" functions to handle reading
and writing of MIDI data to a port
+ - @ref session.h "<jack/session.h>" functions that form the JACK
+ session API
In addition, the tools directory provides numerous examples
of simple JACK clients that nevertheless use the API to do something
@@ -141,7 +144,7 @@ porting-guide document.
@section license License
-Copyright (C) 2001-2008 by Paul Davis and others.
+Copyright (C) 2001-2011 by Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
JACK is free software; you can redistribute it and/or modify it under
the terms of the GNU GPL and LGPL licenses as published by the Free
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index b000062..bc85355 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -525,7 +525,8 @@ INPUT = @top_srcdir@/doc/mainpage.dox \
@top_srcdir@/jack/thread.h \
@top_srcdir@/jack/transport.h \
@top_srcdir@/jack/types.h \
- @top_srcdir@/jack/midiport.h
+ @top_srcdir@/jack/midiport.h \
+ @top_srcdir@/jack/session.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is