diff options
Diffstat (limited to 'doc/c')
-rw-r--r-- | doc/c/Doxyfile.in | 2 | ||||
-rw-r--r-- | doc/c/api/meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/c/Doxyfile.in b/doc/c/Doxyfile.in index 827a8ad..2ca5694 100644 --- a/doc/c/Doxyfile.in +++ b/doc/c/Doxyfile.in @@ -26,6 +26,6 @@ PREDEFINED = LILV_API LILV_DEPRECATED RECURSIVE = YES STRIP_FROM_PATH = @LILV_SRCDIR@ -INPUT = @LILV_SRCDIR@/include +INPUT = @LILV_SRCDIR@/include/lilv/lilv.h OUTPUT_DIRECTORY = @DOX_OUTPUT@ diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build index fdf2037..8c8293b 100644 --- a/doc/c/api/meson.build +++ b/doc/c/api/meson.build @@ -3,7 +3,7 @@ c_lilv_rst = custom_target( 'lilv.rst', - command: [dox_to_sphinx, '-f', '@INPUT0@', '@OUTDIR@'], + command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], input: [c_index_xml] + c_rst_files, output: 'lilv.rst', ) |