diff --git a/include/criterion/assert.h b/include/criterion/assert.h index a08b129..a0d76e2 100644 --- a/include/criterion/assert.h +++ b/include/criterion/assert.h @@ -1346,6 +1346,8 @@ # endif /**@}*/ +/** @cond CRITERION_DOC_DEPRECATED */ + // The section below is here for backward compatibility purposes. // It shall be removed in the next major version of Criterion # ifndef CRITERION_NO_COMPAT @@ -1382,6 +1384,8 @@ # endif +/** @endcond */ + # include "internal/assert.h" #endif /* !CRITERION_ASSERT_H_ */