From 0c36565550f5b81e6b853ebf3e0b323ed4a8f1f2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 18 Jan 2009 17:09:11 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@637 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/Doxyfile | 2 +- docs/ch.txt | 38 ++------------------------------------ 2 files changed, 3 insertions(+), 37 deletions(-) (limited to 'docs') diff --git a/docs/Doxyfile b/docs/Doxyfile index fc3f3f1f6..db3bdba48 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 +INPUT = ../src/include ../src/templates ../src ../docs/ch.txt ../src/lib ../ports/ARM7 ../ports/ARMCM3 ../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 d61a735ce..196fa94c5 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -294,40 +294,6 @@ */ /** @} */ -/** - * @defgroup AVR MegaAVR - * @{ - *

- * Notes about the AVR port: - *

- * - * @ingroup Ports - */ -/** @} */ - -/** - * @defgroup AVRCONF Configuration Options - * @{ - *

- * The AVR port allows some architecture-specific configurations settings - * that can be specified externally, as example on the compiler command line: - *

- *

- * @ingroup AVR - */ -/** @} */ - /** * @defgroup Kernel Kernel * @{ @@ -345,9 +311,9 @@ /** @} */ /** - * @defgroup Core Core + * @defgroup Core Generic Port Code Templates * @{ - * Non portable code. + * Non portable code templates. * @ingroup Kernel * @file src/templates/chcore.c Non portable code template file. * @file src/templates/chcore.h Non portable macros and structures template file. -- cgit v1.2.3