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