[DEV] Add http folder
This commit is contained in:
parent
a3e1f35dcf
commit
f101da673f
@ -7,6 +7,9 @@ def Create(target):
|
|||||||
myModule = lutinModule.module(__file__, 'ege', 'LIBRARY')
|
myModule = lutinModule.module(__file__, 'ege', 'LIBRARY')
|
||||||
# enable doculentation :
|
# enable doculentation :
|
||||||
myModule.doc_enable()
|
myModule.doc_enable()
|
||||||
|
myModule.documentation.set_website("http://HeeroYui.github.io/ege/doc/doc/")
|
||||||
|
myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/ege/")
|
||||||
|
myModule.documentation.set_external_link(['ewol', 'bullet'])
|
||||||
|
|
||||||
# add the file to compile:
|
# add the file to compile:
|
||||||
myModule.AddSrcFile([
|
myModule.AddSrcFile([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user