Skip to content

Automatically add NS_DEPRECATED to Doxygen's Deprecated list

Peter Barnes requested to merge pdbj/ns-3-dev:deprecated into master
  • Automatically add anything labeled with NS_DEPRECATED_... to Doxygen's Deprecated List
  • Remove redundant \deprecated tags
  • Label all remaining \deprecated tags with NS_DEPRECATED normal comments, to make them easier to find and fix later.

Merge request reports