aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/cm3/common.h
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-06-27 13:30:45 -0700
committerPiotr Esden-Tempski2012-06-27 13:30:45 -0700
commit3bfeeedceb3dcff80fa2b4e17efaba615ca4760b (patch)
tree9a0f9e9f4407261397ecfaa88e9258931316bc6d /include/libopencm3/cm3/common.h
parent40e0e675caed1d603d6793040aa8485a9db3cb52 (diff)
parent06620040aacdc0e88ee2fcc3cfa379ceea2032a9 (diff)
Merge pull request #6 "Doxygen markup and grouping structrue"
Merge remote-tracking branch 'ksarkies/doc' Conflicts: include/libopencm3/cm3/common.h
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 7947017..54cd2e4 100644
--- a/include/libopencm3/cm3/common.h
+++ b/include/libopencm3/cm3/common.h
@@ -72,20 +72,4 @@ typedef uint64_t u64;
#define BIT30 (1<<30)
#define BIT31 (1<<31)
-/* 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