[DEV] add documentation generation

This commit is contained in:
Edouard DUPIN 2013-12-04 23:43:27 +01:00
parent 7593b52dd9
commit 0fd1f415c1

View File

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