mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
doxygen: add rtclock.h to documentation
This commit is contained in:
parent
297f318206
commit
4e3f7d5577
2 changed files with 10 additions and 8 deletions
|
|
@ -417,7 +417,7 @@ WARN_LOGFILE =
|
||||||
# directories like "/usr/src/myproject". Separate the files or directories
|
# directories like "/usr/src/myproject". Separate the files or directories
|
||||||
# with spaces.
|
# with spaces.
|
||||||
|
|
||||||
INPUT = ../src/pulse/context.h ../src/pulse/stream.h ../src/pulse/pulseaudio.h ../src/pulse/sample.h ../src/pulse/def.h ../src/pulse/subscribe.h ../src/pulse/introspect.h ../src/pulse/scache.h ../src/pulse/mainloop-api.h ../src/pulse/glib-mainloop.h ../src/pulse/mainloop.h ../src/pulse/mainloop-signal.h ../src/pulse/error.h ../src/pulse/operation.h ../src/pulse/simple.h ../src/pulse/version.h ../src/pulse/volume.h ../src/pulse/channelmap.h ../src/pulse/thread-mainloop.h ../src/pulse/xmalloc.h ../src/pulse/utf8.h ../src/pulse/util.h ../src/pulse/timeval.h ../src/pulse/proplist.h ../src/pulse/gccmacro.h ../src/pulse/ext-stream-restore.h
|
INPUT = ../src/pulse/context.h ../src/pulse/stream.h ../src/pulse/pulseaudio.h ../src/pulse/sample.h ../src/pulse/def.h ../src/pulse/subscribe.h ../src/pulse/introspect.h ../src/pulse/scache.h ../src/pulse/mainloop-api.h ../src/pulse/glib-mainloop.h ../src/pulse/mainloop.h ../src/pulse/mainloop-signal.h ../src/pulse/error.h ../src/pulse/operation.h ../src/pulse/simple.h ../src/pulse/version.h ../src/pulse/volume.h ../src/pulse/channelmap.h ../src/pulse/thread-mainloop.h ../src/pulse/xmalloc.h ../src/pulse/utf8.h ../src/pulse/util.h ../src/pulse/timeval.h ../src/pulse/proplist.h ../src/pulse/gccmacro.h ../src/pulse/ext-stream-restore.h ../src/pulse/rtclock.h
|
||||||
|
|
||||||
# If the value of the INPUT tag contains directories, you can use the
|
# If the value of the INPUT tag contains directories, you can use the
|
||||||
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||||
|
|
|
||||||
|
|
@ -44,15 +44,17 @@
|
||||||
#include <pulse/util.h>
|
#include <pulse/util.h>
|
||||||
#include <pulse/timeval.h>
|
#include <pulse/timeval.h>
|
||||||
#include <pulse/proplist.h>
|
#include <pulse/proplist.h>
|
||||||
|
#include <pulse/rtclock.h>
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
* Include all libpulse header files at once. The following
|
* Include all libpulse header files at once. The following files are
|
||||||
* files are included: \ref mainloop-api.h, \ref sample.h, \ref def.h,
|
* included: \ref mainloop-api.h, \ref sample.h, \ref def.h, \ref
|
||||||
* \ref context.h, \ref stream.h, \ref introspect.h, \ref subscribe.h,
|
* context.h, \ref stream.h, \ref introspect.h, \ref subscribe.h, \ref
|
||||||
* \ref scache.h, \ref version.h, \ref error.h, \ref channelmap.h,
|
* scache.h, \ref version.h, \ref error.h, \ref channelmap.h, \ref
|
||||||
* \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
|
* operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
|
||||||
* thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref proplist.h, \ref timeval.h and
|
* thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref proplist.h,
|
||||||
* \ref mainloop-signal.h at once */
|
* \ref timeval.h, \ref rtclock.h and \ref mainloop-signal.h at
|
||||||
|
* once */
|
||||||
|
|
||||||
/** \mainpage
|
/** \mainpage
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue