|
Bugzilla – Full Text Bug Listing |
| Summary: | need to generate doxygen automatically for conditionally compiled components | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | documentation | Assignee: | Tom Henderson <tomh> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jpelkey, ns-bugs, watrous |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch for Bug 1171 | ||
|
Description
Tom Henderson
2011-05-25 01:48:04 UTC
Created attachment 1163 [details] Patch for Bug 1171 This bug can be fixed by removing the
#ifdef NS3_OPENFLOW
statements from the header files for the openflow module, which allows doxygen to see them.
The patch I attached does that.
(In reply to comment #2) > This bug can be fixed by removing the > > #ifdef NS3_OPENFLOW > > statements from the header files for the openflow module, which allows doxygen > to see them. > > The patch I attached does that. I don't see any reason not to apply this. Bug closed. ns-3-dev changeset: 35a270109ac5 |