Merge branch 'doxygen_ext_in' into 'master'

doxygen: add ext_int to force build ordering

See merge request ita1024/waf!2277
This commit is contained in:
Federico Pellegrin 2020-02-17 11:01:52 +00:00
commit 21c48b8b3e
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):
'''