aboutsummaryrefslogtreecommitdiffstats
path: root/doc/c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-20 15:53:52 -0500
committerDavid Robillard <d@drobilla.net>2023-01-20 15:53:52 -0500
commit1f68d229aaa163d9cb42c7784d20a44463066af9 (patch)
tree0574d48c078ca90516d8dd6a3d773ec675303729 /doc/c
parent33d8d2f16109745dd2ea10d7cd800a7909b6300a (diff)
downloadpugl-1f68d229aaa163d9cb42c7784d20a44463066af9.tar.gz
pugl-1f68d229aaa163d9cb42c7784d20a44463066af9.tar.bz2
pugl-1f68d229aaa163d9cb42c7784d20a44463066af9.zip
Replace duplicated dox_to_sphinx script with sphinxygen dependency
Diffstat (limited to 'doc/c')
-rw-r--r--doc/c/Doxyfile.in2
-rw-r--r--doc/c/api/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/c/Doxyfile.in b/doc/c/Doxyfile.in
index 6676873..d9ce0c6 100644
--- a/doc/c/Doxyfile.in
+++ b/doc/c/Doxyfile.in
@@ -30,7 +30,7 @@ PREDEFINED = PUGL_API \
PUGL_MALLOC_API= \
PUGL_MALLOC_FUNC=
-RECURSIVE = YES
+RECURSIVE = NO
STRIP_FROM_PATH = @PUGL_SRCDIR@
INPUT = @PUGL_SRCDIR@/include/pugl/attributes.h \
@PUGL_SRCDIR@/include/pugl/pugl.h \
diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build
index 06e522e..6b21aae 100644
--- a/doc/c/api/meson.build
+++ b/doc/c/api/meson.build
@@ -3,7 +3,7 @@
c_pugl_rst = custom_target(
'C API ReST Documentation',
- command: [dox_to_sphinx, '-f', '@INPUT0@', 'doc/c/api'],
+ command: [sphinxygen, '-f', '@INPUT0@', 'doc/c/api'],
input: [c_index_xml] + c_rst_files,
output: 'pugl.rst',
)