From e7bbbbc4831f96f62ee0be5fbb42754efef6d504 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 14 Dec 2021 22:17:18 +0100 Subject: [PATCH] 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. --- doc/Makefile.am | 12 +++++++++--- 1 file 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