diff options
Diffstat (limited to 'doc/cpp/api')
-rw-r--r-- | doc/cpp/api/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/cpp/api/meson.build b/doc/cpp/api/meson.build index 4e5bae5..ce462ed 100644 --- a/doc/cpp/api/meson.build +++ b/doc/cpp/api/meson.build @@ -1,3 +1,6 @@ +# Copyright 2021 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: CC0-1.0 OR ISC + cpp_pugl_rst = custom_target( 'C++ API ReST Documentation', command: [dox_to_sphinx, '-l', 'cpp', '-f', '@INPUT@', meson.current_build_dir()], |