Bug 1315 - remove redundant template module
remove redundant template module
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: documentation
pre-release
All All
: P5 normal
Assigned To: Mitch Watrous
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-16 13:53 UTC by Tom Henderson
Modified: 2012-01-04 12:36 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2011-12-16 13:53:29 UTC
src/template is redundant now with src/create-module.py.  create-module.py seems to be a better solution since the modulename can be specified and the files are auto-generated.  

1) make create-module.py auto-generate the test skeletons such as found in src/template
2) fix the section on the ns-3 manual to refer to a module generated by create-module.py
3) hg remove src/template
Comment 1 Tom Henderson 2012-01-04 12:36:40 UTC
fixed prior to ns-3.13