diff options
Diffstat (limited to 'doc/c/xml/meson.build')
-rw-r--r-- | doc/c/xml/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build index 3974d09..7dfadbb 100644 --- a/doc/c/xml/meson.build +++ b/doc/c/xml/meson.build @@ -1,8 +1,6 @@ # Copyright 2021 David Robillard <d@drobilla.net> # SPDX-License-Identifier: CC0-1.0 OR ISC -doxygen = find_program('doxygen') - c_doxygen_input = [] foreach h : c_headers c_doxygen_input += ['..' / h] |