2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

doxygen: add ext_int to force build ordering

This commit is contained in:
Federico Pellegrin 2020-02-17 11:44:14 +01:00 committed by Thomas Nagy
parent 0c855b0aa2
commit 405c322489

View File

@ -69,6 +69,7 @@ def parse_doxy(txt):
class doxygen(Task.Task):
vars = ['DOXYGEN', 'DOXYFLAGS']
color = 'BLUE'
ext_in = [ '.py', '.c', '.h', '.java', '.pb.cc' ]
def runnable_status(self):
'''