Browse Source
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.
pull/111/head
David Runge
4 years ago
No known key found for this signature in database
GPG Key ID: 54C28F4FF5A1A949
1 changed files with
9 additions and
3 deletions
-
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 |
|
|
|
|
|
|
|
|