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:
parent
0c855b0aa2
commit
405c322489
@ -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):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user