aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-19 10:13:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-19 10:13:17 +0000
commitde5e04fc611f3b5cd5c16f39d1063c37110a9467 (patch)
tree4acedee7d598ae76fdcbe3d5aec17f2065decc82 /docs
parentfe58a993f84a36ea9765ddac092b1ea8cf306f07 (diff)
downloadChibiOS-de5e04fc611f3b5cd5c16f39d1063c37110a9467.tar.gz
ChibiOS-de5e04fc611f3b5cd5c16f39d1063c37110a9467.tar.bz2
ChibiOS-de5e04fc611f3b5cd5c16f39d1063c37110a9467.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@641 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile2
-rw-r--r--docs/ch.txt50
2 files changed, 1 insertions, 51 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index db3bdba48..8877df0fb 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -84,7 +84,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = ../src/include ../src/templates ../src ../docs/ch.txt ../src/lib ../ports/ARM7 ../ports/ARMCM3 ../ports/MSP430 ../ports/AVR
+INPUT = ../src/include ../src/templates ../src ../docs/ch.txt ../src/lib ../ports/ARM7 ../ports/ARM7-AT91SAM7X/port.dox ../ports/ARM7-LPC214x/port.dox ../ports/ARMCM3 ../ports/ARMCM3-STM32F103/port.dox ../ports/MSP430 ../ports/AVR
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py *.ddf
RECURSIVE = YES
diff --git a/docs/ch.txt b/docs/ch.txt
index 196fa94c5..e31bd932d 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -245,56 +245,6 @@
/** @} */
/**
- * @defgroup LPC214x LPC214x Support
- * @{
- * <p>
- * The LPC214x support includes:
- * <ul>
- * <li>VIC support code.</li>
- * <li>Buffered, interrupt driven, serial driver.</li>
- * <li>SSP driver.</li>
- * <li>A MMC/SD demo driver.</li>
- * <li>A buzzer demo driver.</li>
- * <li>A minimal demo, useful as project template.</li>
- * <li>A demo supporting the kernel test suite.</li>
- * <li>A C++ demo supporting the kernel test suite.</li>
- * </ul>
- * </p>
- * @ingroup ARM7
- */
-/** @} */
-
-/**
- * @defgroup AT91SAM7X AT91SAM7X Support
- * @{
- * <p>
- * The AT91SAM7X support includes:
- * <ul>
- * <li>Buffered, interrupt driven, serial driver.</li>
- * <li>EMAC driver with MII support.</li>
- * <li>A demo supporting the kernel test suite.</li>
- * <li>A Web server demo using the uIP TCP/IP stack.</li>
- * </ul>
- * </p>
- * @ingroup ARM7
- */
-/** @} */
-
-/**
- * @defgroup STM32F103 STM32F103 Support
- * @{
- * <p>
- * The STM32F103 support includes:
- * <ul>
- * <li>Buffered, interrupt driven, serial driver.</li>
- * <li>A demo supporting the kernel test suite.</li>
- * </ul>
- * </p>
- * @ingroup ARMCM3
- */
-/** @} */
-
-/**
* @defgroup Kernel Kernel
* @{
* @file ch.h ChibiOS/RT main include file, it includes everything else.