[DEV] remove doc/doc/ path

This commit is contained in:
Edouard DUPIN 2013-12-08 23:16:06 +01:00
parent f101da673f
commit bc3e08d665

View File

@ -7,7 +7,7 @@ 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_website("http://HeeroYui.github.io/ege/")
myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/ege/") myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/ege/")
myModule.documentation.set_external_link(['ewol', 'bullet']) myModule.documentation.set_external_link(['ewol', 'bullet'])