Skip to content

Commit fe82fc4

Browse files
committed
core: add NS_DEPRECATED_3_48
1 parent eb6a153 commit fe82fc4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/doxygen.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,6 +2303,7 @@ EXPAND_AS_DEFINED = ATTRIBUTE_ACCESSOR_DEFINE \
23032303
ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME \
23042304
NS_UNUSED_GLOBAL \
23052305
NS_DEPRECATED \
2306+
NS_DEPRECATED_3_48 \
23062307
NS_DEPRECATED_3_47 \
23072308
NS_DEPRECATED_3_46 \
23082309
NS_DEPRECATED_3_45 \

src/core/model/deprecated.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@
8383
*/
8484
#define NS_DEPRECATED(msg) /** \deprecated msg */ [[deprecated(msg)]]
8585

86+
/**
87+
* @ingroup deprecation
88+
* @def NS_DEPRECATED_3_48
89+
* Tag for things deprecated in version ns-3.48.
90+
*/
91+
#define NS_DEPRECATED_3_48(msg) NS_DEPRECATED("Deprecated in ns-3.48: " msg)
92+
8693
/**
8794
* @ingroup deprecation
8895
* @def NS_DEPRECATED_3_47

0 commit comments

Comments
 (0)