[DEV] remove doc/doc/ path

This commit is contained in:
Edouard DUPIN 2013-12-08 23:16:29 +01:00
parent 7c6e6a56b8
commit acf2ff56d6

View File

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