From 3b0080163bed8cfee2968e79cf7a074506e6af08 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 4 Dec 2013 23:42:44 +0100 Subject: [PATCH] [DEV] add documentation generation --- lutin_egami.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lutin_egami.py b/lutin_egami.py index 1424fe9..844bc2f 100644 --- a/lutin_egami.py +++ b/lutin_egami.py @@ -5,6 +5,8 @@ import lutinTools def Create(target): # module name is 'edn' and type binary. myModule = lutinModule.module(__file__, 'egami', 'LIBRARY') + # enable doculentation : + myModule.doc_enable() # add extra compilation flags : myModule.add_extra_compile_flags()