Add warning to docs output if fastbuild

This commit is contained in:
Marius Vikhammer
2021-05-06 09:17:41 +08:00
parent 89179dc286
commit 41b3043cb4
3 changed files with 13 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ def convert_api_xml_to_inc(app, doxyfiles):
if fast_build:
with open(inc_file_path, 'w', encoding='utf-8') as inc_file:
inc_file.write('')
app.tags.add('fast_build')
def get_doxyfile_input_paths(app, doxyfile_path):