[DOC] add doc generation site

This commit is contained in:
Edouard DUPIN 2013-12-14 09:32:23 +01:00
parent 90b766d2c7
commit 450732a27b

View File

@ -9,6 +9,10 @@ def Create(target):
myModule = lutinModule.module(__file__, 'edn', 'PACKAGE')
# enable doculentation :
myModule.doc_enable()
myModule.documentation.set_website("http://HeeroYui.github.io/edn/")
myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/appl/")
myModule.documentation.set_external_link(['ewol'])
# add the file to compile:
myModule.AddSrcFile([
'appl/ctags/readtags.cpp'])