[DEV] Add http folder
This commit is contained in:
parent
9fee33207a
commit
6ba58ea5fc
@ -6,6 +6,9 @@ def Create(target):
|
|||||||
myModule = lutinModule.module(__file__, 'esvg', 'LIBRARY')
|
myModule = lutinModule.module(__file__, 'esvg', 'LIBRARY')
|
||||||
# enable doculentation :
|
# enable doculentation :
|
||||||
myModule.doc_enable()
|
myModule.doc_enable()
|
||||||
|
myModule.documentation.set_website("http://HeeroYui.github.io/esvg/doc/doc/")
|
||||||
|
myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/esvg/")
|
||||||
|
myModule.documentation.set_external_link(['etk', 'agg', 'exml'])
|
||||||
|
|
||||||
myModule.AddModuleDepend(['etk', 'agg', 'exml'])
|
myModule.AddModuleDepend(['etk', 'agg', 'exml'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user