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:
Joel Sherrill
2008-09-17 21:40:48 +00:00
parent 5060d4f970
commit 61852aa0db
7 changed files with 14 additions and 2467 deletions
+6
View File
@@ -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
View File
@@ -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
+7 -3
View File
@@ -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
-9
View File
@@ -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
-16
View File
@@ -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.
*/