From f101da673f21d3e80c9bb61ffdd12b75357c28e5 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 6 Dec 2013 21:46:38 +0100 Subject: [PATCH] [DEV] Add http folder --- lutin_ege.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lutin_ege.py b/lutin_ege.py index a6f8f7a..f31fed0 100644 --- a/lutin_ege.py +++ b/lutin_ege.py @@ -7,6 +7,9 @@ def Create(target): myModule = lutinModule.module(__file__, 'ege', 'LIBRARY') # enable doculentation : 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: myModule.AddSrcFile([