From ec495f424c4e1d5dee0e367691d2e6b3cb07d3b1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 12 Jul 2010 18:49:13 +0000 Subject: [PATCH] Fixed a cosmic/STM8 documentation problem in the Doxyfile. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2078 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Doxyfile b/docs/Doxyfile index 9effb593d..5cd411f0d 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -608,6 +608,7 @@ INPUT = ../docs/src \ ../os/ports/GCC/PPC \ ../os/ports/GCC/PPC/crt0.s \ ../os/ports/GCC/MSP430 \ + ../os/ports/cosmic/STM8 \ ../os/ports/RC/STM8 \ ../os/hal \ ../os/hal/include \