[DEV] remove doc/doc/ path
This commit is contained in:
parent
fbcf640149
commit
923319e6f7
@ -7,7 +7,7 @@ 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_website("http://HeeroYui.github.io/etk/")
|
||||
myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/etk/")
|
||||
myModule.documentation.set_external_link(['linearmath','minizip'])
|
||||
# add extra compilation flags :
|
||||
|
Loading…
x
Reference in New Issue
Block a user