From ece1b3616c932789427bf31dfaf46c18f08bbbea Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Thu, 17 Sep 2020 13:02:42 +0200 Subject: [PATCH] Fix NS_ABORT_MSG_UNLESS processing --- doc/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 75c015b61..a92153ea8 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -2204,7 +2204,7 @@ INCLUDE_FILE_PATTERNS = PREDEFINED = NS3_ASSERT_ENABLE \ NS3_LOG_ENABLE \ - NS_ABORT_MSG_UNLESS()=1 \ + NS_ABORT_MSG_UNLESS(x,y)=1 \ NS_LOG_COMPONENT_DEFINE()=1 \ NS_LOG_COMPONENT_DEFINE_MASK()=1 \ NS_OBJECT_ENSURE_REGISTERED()=1 \