From f7a0cad36fb6c76313e7c6844fefa187e61449eb Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Tue, 19 Jun 2012 16:18:50 -0700 Subject: [PATCH] Remove old implementation --- wscript | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/wscript b/wscript index bf2ae0b2c..15a05a901 100644 --- a/wscript +++ b/wscript @@ -1115,19 +1115,6 @@ class Ns3DocContext(Context.Context): steps = ['doxygen', 'sphinx'] Options.commands = steps + Options.commands -# # first build doxygen -# bld1 = Context.create_context("build") -# bld1.options = Options.options # provided for convenience -# bld1.cmd = "doxygen" -# bld1.execute() - -# # now build Sphinx stuff -# bld2 = Context.create_context("build") -# bld2.options = Options.options # provided for convenience -# bld2.cmd = "sphinx" -# bld2.execute() - - def lcov_report(bld): env = bld.env