diff --git a/lutin_exml.py b/lutin_exml.py index 4583e7a..81705db 100644 --- a/lutin_exml.py +++ b/lutin_exml.py @@ -6,6 +6,9 @@ def Create(target): myModule = lutinModule.module(__file__, 'exml', 'LIBRARY') # enable doculentation : myModule.doc_enable() + myModule.documentation.set_website("http://HeeroYui.github.io/exml/doc/doc/") + myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/exml/") + myModule.documentation.set_external_link(['etk']) myModule.AddModuleDepend(['etk'])