diff options
Diffstat (limited to 'doc/cpp/api/meson.build')
-rw-r--r-- | doc/cpp/api/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/cpp/api/meson.build b/doc/cpp/api/meson.build new file mode 100644 index 0000000..4bbbec2 --- /dev/null +++ b/doc/cpp/api/meson.build @@ -0,0 +1,5 @@ +cpp_pugl_rst = custom_target( + 'C++ API ReST Documentation', + command: [dox_to_sphinx, '-l', 'cpp', '-f', '@INPUT@', 'doc/cpp/api'], + input: cpp_index_xml, + output: 'pugl.rst') |