|
Bugzilla – Full Text Bug Listing |
| Summary: | doxygen for optional modules | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | documentation | Assignee: | Tom Henderson <tomh> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | ns-bugs, pdbarnes |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
as a first step, either we should make RecordAggregationInfo more tolerant of not finding a TypeId, or conditionally ifdef out this statement in the build when NSC is not present. |
This statement in print-introspected-doxygen.cc breaks doxygen compilation when nsc is not enabled: + info.RecordAggregationInfo ("ns3::Node", "ns3::NscTcpL4Protocol"); One workaround is to delete this, but it removes Nsc doxygen coverage. We need a better solution to conditionally include this in the build. This probably should prompt us to figure out a modular doxygen solution.