patch to build documentation from paul@cravenfamily.com

This commit is contained in:
Mathieu Lacage
2006-11-16 12:04:36 +01:00
parent 48c5381ac1
commit a499791366

2
BUILD
View File

@@ -135,7 +135,7 @@ core.add_inst_headers ('foo.h')
# create a new module. First arg is the name of # create a new module. First arg is the name of
# the new module. Second arg is the directory in # the new module. Second arg is the directory in
# which all source files for this module reside. # which all source files for this module reside.
my_module = Ns3Module ('my', 'src/my_dir') my_module = build.Ns3Module ('my', 'src/my_dir')
# add it to build system # add it to build system
ns3.add (my_module) ns3.add (my_module)
# specify module dependencies. Here, depends # specify module dependencies. Here, depends