4 lines
87 B
Python
4 lines
87 B
Python
|
|
env =Environment(tools=['default', 'doxygen'], toolpath='.')
|
|
env.Doxygen('doxy.cfg')
|
|
|