mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 19:44:36 +08:00
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Doxyfile.in, rtems/mainpage.h, score/include/rtems/system.h: Move to generating Doxygen for more of CPU Kit. * rtems/Doxyfile, score/Doxyfile, score/mainpage.h: Removed.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Doxyfile.in, rtems/mainpage.h, score/include/rtems/system.h: Move to
|
||||
generating Doxygen for more of CPU Kit.
|
||||
* rtems/Doxyfile, score/Doxyfile, score/mainpage.h: Removed.
|
||||
|
||||
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Add generated Doxyfile which can process entire set of
|
||||
|
||||
+1
-1
@@ -382,7 +382,7 @@ RECURSIVE = YES
|
||||
# excluded from the INPUT source files. This way you can easily exclude a
|
||||
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
||||
|
||||
EXCLUDE =
|
||||
EXCLUDE = score/mainpage.h
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
|
||||
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -11,6 +11,10 @@
|
||||
|
||||
/**
|
||||
* @mainpage
|
||||
|
||||
This is the RTEMS Classic API documentation.
|
||||
*/
|
||||
*
|
||||
* 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 CPU Kit including the
|
||||
* Classic API, POSIX API, uITRON API and SuperCore.
|
||||
*/
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -20,15 +20,6 @@
|
||||
#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
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2007.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
* @mainpage
|
||||
|
||||
This is the RTEMS SuperCore documentation.
|
||||
*/
|
||||
Reference in New Issue
Block a user