[DEV] add documentation generation

This commit is contained in:
Edouard DUPIN 2013-12-04 23:44:04 +01:00
parent 03efb06322
commit 9fee33207a

View File

@ -4,6 +4,8 @@ import lutinTools
def Create(target):
myModule = lutinModule.module(__file__, 'esvg', 'LIBRARY')
# enable doculentation :
myModule.doc_enable()
myModule.AddModuleDepend(['etk', 'agg', 'exml'])