diff options
author | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2014-03-26 11:52:33 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2014-03-27 10:02:57 +0200 |
commit | b9147fad0fc33acf8c90a8c05f49cbae427fd33a (patch) | |
tree | e7263794d5c2efff50b7fdac225fd4a8b7b0d677 /doxygen/doxygen.conf.in | |
parent | 5621b7898b3074ea9bcb189ee7c9f82b0cd52c2f (diff) |
direction: Add a couple of direction helper functions
Diffstat (limited to 'doxygen/doxygen.conf.in')
-rw-r--r-- | doxygen/doxygen.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in index fc6850dd0..43380e9e5 100644 --- a/doxygen/doxygen.conf.in +++ b/doxygen/doxygen.conf.in @@ -671,6 +671,7 @@ WARN_LOGFILE = INPUT = @srcdir@/../src/pulse/channelmap.h \ @srcdir@/../src/pulse/context.h \ @srcdir@/../src/pulse/def.h \ + @srcdir@/../src/pulse/direction.h \ @srcdir@/../src/pulse/error.h \ @srcdir@/../src/pulse/ext-stream-restore.h \ @srcdir@/../src/pulse/ext-device-manager.h \ |