diff --git a/sources/lutin_edn.py b/sources/lutin_edn.py index adc7b5b..cde5ca2 100755 --- a/sources/lutin_edn.py +++ b/sources/lutin_edn.py @@ -7,6 +7,8 @@ import datetime def Create(target): # module name is 'edn' and type binary. myModule = lutinModule.module(__file__, 'edn', 'PACKAGE') + # enable doculentation : + myModule.doc_enable() # add the file to compile: myModule.AddSrcFile([ 'appl/ctags/readtags.cpp'])