From 9ce727e48138377c9e5006d847dbfd94bdec32a3 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 4 Dec 2013 23:48:05 +0100 Subject: [PATCH] [DEV] add documentation generation --- sources/lutin_edn.py | 2 ++ 1 file changed, 2 insertions(+) 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'])