summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/include/rtems/system.h9
2 files changed, 13 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 04882afc30..36f875cfd0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/include/rtems/system.h: First cut at Doxygen mainpage.
+
+2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* itron/src/exd_tsk.c, itron/src/task.c, libmisc/capture/capture.c,
libmisc/monitor/mon-config.c, libmisc/monitor/mon-driver.c,
libmisc/monitor/mon-itask.c, libmisc/monitor/mon-monitor.c,
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