/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/meson.build
16 строк
406 B
Juraj Linkeš
dts: add API doc generation
19 сен 2024, 18:19
19 сен 2024, 18:19
7f93264
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Luca Boccassi <bluca@debian.org> doc_source_dir = meson.current_source_dir() doc_targets = [] doc_target_names = [] subdir('api') subdir('guides') if doc_targets.length() == 0 message = 'No docs targets found' else message = 'Building docs:' endif run_target('doc', command: [echo, message, doc_target_names], depends: doc_targets)