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.
tags/0.126.0
David Runge Filipe Coelho <falktx@falktx.com> 2 years ago
parent
commit
6173129260
1 changed files with 9 additions and 3 deletions
  1. +9
    -3
      doc/Makefile.am

+ 9
- 3
doc/Makefile.am View File

@@ -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



Loading…
Cancel
Save