[DEV] add documentation generation
This commit is contained in:
parent
b616a99bfa
commit
a3e1f35dcf
@ -5,6 +5,8 @@ import lutinTools
|
|||||||
def Create(target):
|
def Create(target):
|
||||||
# module name is 'edn' and type binary.
|
# module name is 'edn' and type binary.
|
||||||
myModule = lutinModule.module(__file__, 'ege', 'LIBRARY')
|
myModule = lutinModule.module(__file__, 'ege', 'LIBRARY')
|
||||||
|
# enable doculentation :
|
||||||
|
myModule.doc_enable()
|
||||||
|
|
||||||
# add the file to compile:
|
# add the file to compile:
|
||||||
myModule.AddSrcFile([
|
myModule.AddSrcFile([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user