summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-29 22:22:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-29 22:22:37 +0000
commitfccd256f5f1cf3c9ef280911b0e9d035f9568503 (patch)
tree8efb8258c1f617d71445e662ce6e40316e1bbd09 /cpukit/score
parent2008-01-29 Eric Norum <norume@aps.anl.gov> (diff)
downloadrtems-fccd256f5f1cf3c9ef280911b0e9d035f9568503.tar.bz2
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/system.h: First cut at Doxygen mainpage.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/system.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index a90c0aebda..de6ba1b885 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -20,6 +20,15 @@
#ifndef _RTEMS_SYSTEM_H
#define _RTEMS_SYSTEM_H
+/**
+ * @mainpage RTEMS SuperCore
+ *
+ * The RTEMS real-time operating systems is a layered system
+ * with each of the public APIs implemented in terms of a common
+ * foundation layer called the SuperCore. This is the Doxygen
+ * generated documentation for the RTEMS SuperCore.
+ */
+
#ifdef __cplusplus
extern "C" {
#endif