[DEV] add documentation generation
This commit is contained in:
parent
8197570611
commit
3b0080163b
@ -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__, 'egami', 'LIBRARY')
|
myModule = lutinModule.module(__file__, 'egami', 'LIBRARY')
|
||||||
|
# enable doculentation :
|
||||||
|
myModule.doc_enable()
|
||||||
|
|
||||||
# add extra compilation flags :
|
# add extra compilation flags :
|
||||||
myModule.add_extra_compile_flags()
|
myModule.add_extra_compile_flags()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user