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