[DEV] update new doc config
This commit is contained in:
parent
5a2362c137
commit
fbcf640149
@ -7,6 +7,9 @@ def Create(target):
|
||||
myModule = lutinModule.module(__file__, 'etk', 'LIBRARY')
|
||||
# enable doculentation :
|
||||
myModule.doc_enable()
|
||||
myModule.documentation.set_website("http://HeeroYui.github.io/etk/doc/doc/")
|
||||
myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/etk/")
|
||||
myModule.documentation.set_external_link(['linearmath','minizip'])
|
||||
# add extra compilation flags :
|
||||
myModule.add_extra_compile_flags()
|
||||
# add the file to compile:
|
||||
|
Loading…
x
Reference in New Issue
Block a user