summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-12-14 22:17:18 +0100
committerFilipe Coelho <falktx@falktx.com>2021-12-14 21:42:35 +0000
commit6173129260e73d8d0bb7435bdd989ba2a89f49b1 (patch)
tree434dcca87e82e7fb1a164888466c565e7f8881e4
parent00a8ae65bb71be0a57877c7ef107cbb1a7cab4c3 (diff)
downloadjack1-6173129260e73d8d0bb7435bdd989ba2a89f49b1.tar.gz
Consider all headers for documentation generation
doc/Makefile.am: Alphabetically sort the list of headers, that are considered for documentation generation. Add all current headers.
-rw-r--r--doc/Makefile.am12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b1ac77a..3c66318 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -7,16 +7,22 @@ DOX=reference.doxygen
DOXSOURCES=mainpage.dox transport.dox porting.dox fsm.png fsm.eps \
../example-clients/inprocess.c \
../example-clients/simple_client.c \
+ ../jack/control.h \
../jack/intclient.h \
../jack/jack.h \
+ ../jack/jslist.h \
+ ../jack/metadata.h \
+ ../jack/midiport.h \
../jack/ringbuffer.h \
+ ../jack/session.h \
+ ../jack/statistics.h \
+ ../jack/systemdeps.h \
../jack/thread.h \
../jack/transport.h \
../jack/types.h \
- ../jack/midiport.h \
- ../jack/session.h \
+ ../jack/uuid.h \
../jack/weakjack.h \
- ../jack/control.h
+ ../jack/weakmacros.h
EXTRA_DIST=mainpage.dox transport.dox fsm.png fsm.eps porting.dox