summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceJack
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2011-07-01 14:50:34 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2011-07-01 14:50:34 +0200
commite6ad5d883663688d0e36e9d506aa9a1f1190c47f (patch)
tree6d6bcaa6c6b1a54c40bab208a7234ecb860eea73 /PluginRoutingInterfaceJack
parent02acf3cebd9ec61193f63415590929ef40c504c1 (diff)
downloadaudiomanager-e6ad5d883663688d0e36e9d506aa9a1f1190c47f.tar.gz
changed daemon directory name
changed absolute path for doxygen to relative path
Diffstat (limited to 'PluginRoutingInterfaceJack')
-rw-r--r--PluginRoutingInterfaceJack/CMakeLists.txt2
-rw-r--r--PluginRoutingInterfaceJack/Doxyfile.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/PluginRoutingInterfaceJack/CMakeLists.txt b/PluginRoutingInterfaceJack/CMakeLists.txt
index 5c52bdb..cbd3f38 100644
--- a/PluginRoutingInterfaceJack/CMakeLists.txt
+++ b/PluginRoutingInterfaceJack/CMakeLists.txt
@@ -24,7 +24,7 @@ INCLUDE_DIRECTORIES(
${STD_INCLUDE_DIRS}
${GLIB_INCLUDE_DIRS}
${JACK_INCLUDE_DIRS}
- ../AudioManagerDeamon
+ ../AudioManagerDaemon
)
LINK_DIRECTORIES(
diff --git a/PluginRoutingInterfaceJack/Doxyfile.in b/PluginRoutingInterfaceJack/Doxyfile.in
index 8cdca51..a19e1c1 100644
--- a/PluginRoutingInterfaceJack/Doxyfile.in
+++ b/PluginRoutingInterfaceJack/Doxyfile.in
@@ -115,7 +115,7 @@ INLINE_INHERITED_MEMB = NO
# path before files name in the file list and in the header files. If set
# to NO the shortest path that makes the file name unique will be used.
-FULL_PATH_NAMES = YES
+FULL_PATH_NAMES = NO
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
# can be used to strip a user-defined part of the path. Stripping is
@@ -590,7 +590,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = /home/blacky/workspace/PluginRoutingInterfaceJack
+INPUT = @CMAKE_CURRENT_SOURCE_DIR@
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is