doxygen: add ext_int to force build ordering

This commit is contained in:
Federico Pellegrin 2020-02-17 11:44:14 +01:00
parent 5f7924d81d
commit 69e1290b40
1 changed files with 1 additions and 0 deletions

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):
'''