[DEV] add documentation generation

This commit is contained in:
Edouard DUPIN 2013-12-04 23:48:05 +01:00
parent 803e2dbc82
commit 9ce727e481

View File

@ -7,6 +7,8 @@ import datetime
def Create(target):
# module name is 'edn' and type binary.
myModule = lutinModule.module(__file__, 'edn', 'PACKAGE')
# enable doculentation :
myModule.doc_enable()
# add the file to compile:
myModule.AddSrcFile([
'appl/ctags/readtags.cpp'])