From 3238c162268c2d6d786dd53403d6f196977bf477 Mon Sep 17 00:00:00 2001 From: Andreas Dachsberger Date: Thu, 18 Apr 2019 10:13:25 +0200 Subject: [PATCH] doxygen: score: adjust doc in smp.h to doxygen guidelines Update #3706. --- cpukit/include/rtems/score/smp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/include/rtems/score/smp.h b/cpukit/include/rtems/score/smp.h index 94b7566f0e..4d6b24ae48 100644 --- a/cpukit/include/rtems/score/smp.h +++ b/cpukit/include/rtems/score/smp.h @@ -29,6 +29,8 @@ extern "C" { * * @ingroup RTEMSScore * + * @brief SMP Support + * * This defines the interface of the SuperCore SMP support. * * @{