summaryrefslogtreecommitdiff
path: root/doc/libinput.doxygen.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libinput.doxygen.in')
-rw-r--r--doc/libinput.doxygen.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/libinput.doxygen.in b/doc/libinput.doxygen.in
index 0599df90..c2c664a1 100644
--- a/doc/libinput.doxygen.in
+++ b/doc/libinput.doxygen.in
@@ -8,9 +8,9 @@ EXTRACT_ALL = YES
EXTRACT_STATIC = YES
MAX_INITIALIZER_LINES = 0
QUIET = YES
-INPUT = @INPUT@
-IMAGE_PATH = "@top_srcdir@/doc/svg" \
- "@top_srcdir@/doc/dot"
+INPUT = "@builddir@"
+FILTER_PATTERNS = *.h *.dox
+IMAGE_PATH = "@builddir@"
GENERATE_HTML = YES
HTML_OUTPUT = Documentation
SEARCHENGINE = NO
@@ -21,11 +21,11 @@ MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED = LIBINPUT_ATTRIBUTE_PRINTF(f, a)= \
LIBINPUT_ATTRIBUTE_DEPRECATED
-DOTFILE_DIRS = "@top_srcdir@/doc/dot"
+DOTFILE_DIRS = "@builddir@"
-HTML_HEADER = "@top_srcdir@/doc/style/header.html"
-HTML_FOOTER = "@top_srcdir@/doc/style/footer.html"
-HTML_EXTRA_STYLESHEET = "@top_srcdir@/doc/style/bootstrap.css" \
- "@top_srcdir@/doc/style/customdoxygen.css" \
- "@top_srcdir@/doc/style/libinputdoxygen.css"
-USE_MDFILE_AS_MAINPAGE = @README_MD@
+HTML_HEADER = "@builddir@/header.html"
+HTML_FOOTER = "@builddir@/footer.html"
+HTML_EXTRA_STYLESHEET = "@builddir@/bootstrap.css" \
+ "@builddir@/customdoxygen.css" \
+ "@builddir@/libinputdoxygen.css"
+USE_MDFILE_AS_MAINPAGE = "README.md"