# Copyright 2020-2023 David Robillard # SPDX-License-Identifier: 0BSD OR ISC api_sratom_rst = custom_target( 'sratom.rst', command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], input: doxygen_xml, output: 'sratom.rst', )