From 62128be07b813fe6df67a79b52f8ddeca59b92f8 Mon Sep 17 00:00:00 2001 From: Andreas Dachsberger Date: Fri, 5 Apr 2019 10:55:44 +0200 Subject: doxygen: score: added dox in assert.h according to doxygen guidelines Update #3706. --- cpukit/include/rtems/score/assert.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/cpukit/include/rtems/score/assert.h b/cpukit/include/rtems/score/assert.h index d4432838ce..6c68d9d28d 100644 --- a/cpukit/include/rtems/score/assert.h +++ b/cpukit/include/rtems/score/assert.h @@ -1,3 +1,11 @@ +/** + * @file + * + * @ingroup RTEMSScoreAssert + * + * @brief Information for the Assert Handler + */ + /* * Copyright (c) 2013-2014 embedded brains GmbH. All rights reserved. * @@ -17,6 +25,16 @@ #include +/** + * @defgroup RTEMSScoreAssert Assert Handler + * + * @ingroup RTEMSScore + * + * @brief Support for Assert Statements + * + * @{ + */ + #if defined( RTEMS_DEBUG ) #include #endif @@ -105,4 +123,6 @@ extern "C" { } #endif /* __cplusplus */ +/** @} */ + #endif /* _RTEMS_SCORE_ASSERT_H */ -- cgit v1.2.3