aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/Doxyfile.in
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2016-09-22 01:40:55 +1200
committerMatthew Gregan <[email protected]>2016-10-12 17:06:10 +1300
commit0aea9e0438cabfe6703d587547c3a74e11380489 (patch)
treee676269f45f44b69176207df0e1c918fcac119b1 /docs/Doxyfile.in
parent22557d466eceb6ff6ba70ae30d2dcd87648cde0b (diff)
downloadcubeb-0aea9e0438cabfe6703d587547c3a74e11380489.tar.gz
cubeb-0aea9e0438cabfe6703d587547c3a74e11380489.zip
Replace autotools build system with CMake.
Diffstat (limited to 'docs/Doxyfile.in')
-rw-r--r--docs/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in
index db05c1f..2b52bce 100644
--- a/docs/Doxyfile.in
+++ b/docs/Doxyfile.in
@@ -7,6 +7,6 @@ CASE_SENSE_NAMES = NO
SORT_MEMBER_DOCS = NO
QUIET = YES
WARN_NO_PARAMDOC = YES
-INPUT = @top_srcdir@/include/cubeb
+INPUT = @CMAKE_CURRENT_SOURCE_DIR@/include/cubeb
GENERATE_HTML = YES
GENERATE_LATEX = NO