[DEV] add documentation generation
This commit is contained in:
parent
803e2dbc82
commit
9ce727e481
@ -7,6 +7,8 @@ import datetime
|
|||||||
def Create(target):
|
def Create(target):
|
||||||
# module name is 'edn' and type binary.
|
# module name is 'edn' and type binary.
|
||||||
myModule = lutinModule.module(__file__, 'edn', 'PACKAGE')
|
myModule = lutinModule.module(__file__, 'edn', 'PACKAGE')
|
||||||
|
# enable doculentation :
|
||||||
|
myModule.doc_enable()
|
||||||
# add the file to compile:
|
# add the file to compile:
|
||||||
myModule.AddSrcFile([
|
myModule.AddSrcFile([
|
||||||
'appl/ctags/readtags.cpp'])
|
'appl/ctags/readtags.cpp'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user