From e2022f588492d5c117743b6b13801940f4a4b03e Mon Sep 17 00:00:00 2001 From: Ken Sarkies Date: Thu, 7 Mar 2013 11:14:06 +1030 Subject: Repair to documentation (most documented files) to remove errors, duplications and inconsistencies. File lib/stm32/f1/pwr.c - all code removed as it duplicates that in common/pwr_common.c Remaining changes do not affect code. Compiles OK. TODO efm32 has no code so generates no modules TODO F2 needs pwr.c TODO L1 needs dma.h and dma.c --- doc/stm32f4/Doxyfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/stm32f4/Doxyfile') diff --git a/doc/stm32f4/Doxyfile b/doc/stm32f4/Doxyfile index eee41e9..c5016f4 100644 --- a/doc/stm32f4/Doxyfile +++ b/doc/stm32f4/Doxyfile @@ -24,6 +24,8 @@ INPUT += ../../lib/stm32/f4 \ EXCLUDE = +EXCLUDE_PATTERNS = *_common_f13.h *_common_f13.c + LAYOUT_FILE = DoxygenLayout_stm32f4.xml TAGFILES = ../cm3/cm3.tag=../../cm3/html -- cgit v1.2.3