summaryrefslogtreecommitdiff
path: root/doc/mainpage.dox
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-18 21:49:40 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-18 21:51:00 -0500
commitcec8865ee2768bf528f369b10d2fafc9302a8e5b (patch)
tree6cd00720492da88f6be2bf20b5fa5e88a66a79c9 /doc/mainpage.dox
parentac34df56561663e07cb38604b1b3d4c337a76565 (diff)
downloadjack1-cec8865ee2768bf528f369b10d2fafc9302a8e5b.tar.gz
add metadata API to doxygen specs
Diffstat (limited to 'doc/mainpage.dox')
-rw-r--r--doc/mainpage.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 00d9a09..ed3b7e5 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -99,6 +99,7 @@ little clearer:
- @ref SessionClientFunctions
- @ref WeakLinkage
- @ref ControlAPI
+ - @ref Metadata
The full API is described in:
@@ -123,6 +124,9 @@ The full API is described in:
session API
- @ref control.h "<jack/control.h>" the API for starting and
controlling a JACK server
+ - @ref metadata.h "<jack/metadata.h>" the API for managing metadata
+about objects within JACK (clients and ports)
+
In addition, the tools directory provides numerous examples
of simple JACK clients that nevertheless use the API to do something