mirror of
https://codeberg.org/1414codeforge/ubgpsuite.git
synced 2025-06-05 21:29:11 +02:00
[README,doc,meson*] Rework documentation build
* Avoid going through hoops to silently enable docs if doxygen is available * Require build-doc explicitly set to true before scanning for doxygen * build-doc is conservatively false by default * Update README
This commit is contained in:
@ -6,6 +6,8 @@ cdata = configuration_data({
|
||||
'PROJECT_NAME': meson.project_name(),
|
||||
})
|
||||
|
||||
doxygen = find_program('doxygen')
|
||||
|
||||
doxyfile = configure_file(input : 'Doxyfile.in',
|
||||
output : 'Doxyfile',
|
||||
configuration : cdata,
|
||||
|
Reference in New Issue
Block a user