From 27a1a6a19b3feb3b04c16a82134a6aec1cef93d7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 24 Jun 2011 17:50:31 +0000 Subject: 2011-06-24 Joel Sherrill * Doxyfile.in, score/include/rtems/score/apimutex.h, score/include/rtems/score/basedefs.h, score/include/rtems/score/coremsg.h, score/include/rtems/score/object.h: Fix some Doxygen warnings. --- cpukit/score/include/rtems/score/object.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/score/include/rtems/score/object.h') diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h index 590d831345..d7864830a3 100644 --- a/cpukit/score/include/rtems/score/object.h +++ b/cpukit/score/include/rtems/score/object.h @@ -26,6 +26,12 @@ #include #if defined(RTEMS_POSIX_API) + /** + * This macro is defined when an API is enabled that requires the + * use of strings for object names. Since the Classic API uses + * 32-bit unsigned integers and not strings, this allows us to + * disable this in the smallest RTEMS configuratinos. + */ #define RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES #endif -- cgit v1.2.3