wscript: add note about doxygen
authorPaul Brossier <piem@piem.org>
Mon, 30 Sep 2013 14:49:13 +0000 (09:49 -0500)
committerPaul Brossier <piem@piem.org>
Mon, 30 Sep 2013 15:18:50 +0000 (18:18 +0300)
wscript

diff --git a/wscript b/wscript
index 71948ef..7b6badf 100644 (file)
--- a/wscript
+++ b/wscript
@@ -204,6 +204,11 @@ def build(bld):
     )
     bld( source = bld.path.ant_glob('doc/*.sgml') )
 
+  """
+  bld(rule = 'doxygen ${SRC}', source = 'web.cfg') #, target = 'doc/web/index.html')
+  """
+
+
 def shutdown(bld):
     from waflib import Options, Logs
     if Options.platform == 'ios':