[DEV] add documentation generation

This commit is contained in:
Edouard DUPIN 2013-12-04 23:42:44 +01:00
parent 8197570611
commit 3b0080163b

View File

@ -5,6 +5,8 @@ import lutinTools
def Create(target):
# module name is 'edn' and type binary.
myModule = lutinModule.module(__file__, 'egami', 'LIBRARY')
# enable doculentation :
myModule.doc_enable()
# add extra compilation flags :
myModule.add_extra_compile_flags()