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()