Bugzilla – Bug 1171
need to generate doxygen automatically for conditionally compiled components
Last modified: 2011-06-17 18:20:03 UTC
openflow doxygen being left out of the automatic build due to #ifdef NS3_OPENFLOW
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