[DEV] update new doc config

This commit is contained in:
Edouard DUPIN 2013-12-05 21:12:34 +01:00
parent 5a2362c137
commit fbcf640149

View File

@ -7,6 +7,9 @@ def Create(target):
myModule = lutinModule.module(__file__, 'etk', 'LIBRARY')
# enable doculentation :
myModule.doc_enable()
myModule.documentation.set_website("http://HeeroYui.github.io/etk/doc/doc/")
myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/etk/")
myModule.documentation.set_external_link(['linearmath','minizip'])
# add extra compilation flags :
myModule.add_extra_compile_flags()
# add the file to compile: