aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/cm3/common.h
diff options
context:
space:
mode:
authorKen Sarkies2012-05-28 21:38:55 +0930
committerKen Sarkies2012-05-28 21:38:55 +0930
commit06620040aacdc0e88ee2fcc3cfa379ceea2032a9 (patch)
tree422e133f6a0410c174924d14786370358653fcce /include/libopencm3/cm3/common.h
parent7011d47c70076f995e8470c59eeaa8f3efcc9f05 (diff)
Header files for Doxygen group structure, layout changes to headings, example markup in stm32f1/ rcc
Diffstat (limited to 'include/libopencm3/cm3/common.h')
-rw-r--r--include/libopencm3/cm3/common.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/libopencm3/cm3/common.h b/include/libopencm3/cm3/common.h
index dc3e433..0610258 100644
--- a/include/libopencm3/cm3/common.h
+++ b/include/libopencm3/cm3/common.h
@@ -38,20 +38,4 @@ typedef uint64_t u64;
#define MMIO32(addr) (*(volatile u32 *)(addr))
#define MMIO64(addr) (*(volatile u64 *)(addr))
-/* Main page for the doxygen-generated documentation: */
-
-/**
- * @mainpage libopencm3 Developer Documentation
- *
- * The libopencm3 project (previously known as libopenstm32) aims to create
- * a free/libre/open-source (GPL v3, or later) firmware library for various
- * ARM Cortex-M3 microcontrollers, including ST STM32, Toshiba TX03,
- * Atmel SAM3U, NXP LPC1000 and others.
- *
- * @par ""
- *
- * See the <a href="http://www.libopencm3.org">libopencm3 wiki</a> for
- * more information.
- */
-
#endif