doxygen: score: added dox in assert.h according to doxygen guidelines

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-05 10:55:44 +02:00
committed by Sebastian Huber
parent 4bd8757626
commit 62128be07b

View File

@@ -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 <rtems/score/basedefs.h>
/**
* @defgroup RTEMSScoreAssert Assert Handler
*
* @ingroup RTEMSScore
*
* @brief Support for Assert Statements
*
* @{
*/
#if defined( RTEMS_DEBUG )
#include <assert.h>
#endif
@@ -105,4 +123,6 @@ extern "C" {
}
#endif /* __cplusplus */
/** @} */
#endif /* _RTEMS_SCORE_ASSERT_H */