summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-03 08:22:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-04 08:23:29 +0200
commit51f8d73bdb702c71ac5ac1d01caebb350bd2e9dc (patch)
tree1d2010be49e4098b91b91e5077f605ab25568e3b
parentdoxygen: Added subclasses to API (diff)
downloadrtems-51f8d73bdb702c71ac5ac1d01caebb350bd2e9dc.tar.bz2
doxygen: Added inttypes.h to Print Support
Update #3706.
-rw-r--r--cpukit/include/rtems/inttypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/inttypes.h b/cpukit/include/rtems/inttypes.h
index 406e7dd527..4914629234 100644
--- a/cpukit/include/rtems/inttypes.h
+++ b/cpukit/include/rtems/inttypes.h
@@ -30,6 +30,8 @@ extern "C" {
/**
* @defgroup RTEMS inttypes.h Extensions
*
+ * @ingroup RTEMSAPIPrintSupport
+ *
* This module defines portable PRIxxx constants beyond those
* in the C and POSIX standard.
*/