[DEV] add documentation generation
This commit is contained in:
parent
803e2dbc82
commit
9ce727e481
@ -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'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user