diff options
Diffstat (limited to 'doc/cpp/api')
-rw-r--r-- | doc/cpp/api/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cpp/api/meson.build b/doc/cpp/api/meson.build index 5a77c29..9b2f7e6 100644 --- a/doc/cpp/api/meson.build +++ b/doc/cpp/api/meson.build @@ -3,7 +3,7 @@ cpp_pugl_rst = custom_target( 'C++ API ReST Documentation', - command: [dox_to_sphinx, '-l', 'cpp', '-f', '@INPUT@', '@OUTDIR@'], + command: [sphinxygen, '-l', 'cpp', '-f', '@INPUT@', '@OUTDIR@'], input: cpp_index_xml, output: 'pugl.rst', ) |