2 lines
86 B
Python
2 lines
86 B
Python
env = Environment(tools=["default", "doxygen"], toolpath=".")
|
|
env.Doxygen("doxy.cfg")
|