From b0a2c5e4acf5bd79dced8749b04c42c7aba34ad1 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Fri, 23 Sep 2011 11:21:00 +0100 Subject: [PATCH] Fix copy-paste typo --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 487427c05..a38c8dcf2 100644 --- a/wscript +++ b/wscript @@ -1010,7 +1010,7 @@ def _doxygen(bld): from waflib import Context, Build -class Ns3ShellContext(Context.Context): +class Ns3DoxygenContext(Context.Context): """do a full build, generate the introspected doxygen and then the doxygen""" cmd = 'doxygen' def execute(self):