From 6ba58ea5fca5629814e15e678f4e7f265c6c52c6 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_esvg.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lutin_esvg.py b/lutin_esvg.py index ea6d686..08da138 100644 --- a/lutin_esvg.py +++ b/lutin_esvg.py @@ -6,6 +6,9 @@ def Create(target): myModule = lutinModule.module(__file__, 'esvg', 'LIBRARY') # enable doculentation : myModule.doc_enable() + myModule.documentation.set_website("http://HeeroYui.github.io/esvg/doc/doc/") + myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/esvg/") + myModule.documentation.set_external_link(['etk', 'agg', 'exml']) myModule.AddModuleDepend(['etk', 'agg', 'exml'])