Fix copy-paste typo

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-09-23 11:21:00 +01:00
parent 8647fb623c
commit b0a2c5e4ac

View File

@@ -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):