aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-03 21:03:29 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-03 21:03:29 +0100
commitfa5ea7915073d42992c0cf91de6d4733633e1535 (patch)
tree76bf8ac2923e190e1c65c546652efbce1c1d4e8c /docs/src
parent66922e0fcbc1a9fd7c2bcc45193b49dacfdc9781 (diff)
downloaduGFX-fa5ea7915073d42992c0cf91de6d4733633e1535.tar.gz
uGFX-fa5ea7915073d42992c0cf91de6d4733633e1535.tar.bz2
uGFX-fa5ea7915073d42992c0cf91de6d4733633e1535.zip
cleanup of doxygen
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/main.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox
index 15746925..8810abd0 100644
--- a/docs/src/main.dox
+++ b/docs/src/main.dox
@@ -27,8 +27,8 @@
* interface all different types of LCDs and touchscreens.
*
* <h2>Features</h2>
- * - modular design to reduce memory footprint.
- * - HAL abstractions allows it to easily write new drivers.
+ * - Modular design to reduce memory footprint
+ * - HAL abstractions allows it to easily write new drivers
* - Completely written in C, usable in C++ without any modifications
* - Supports hardware accelerated drawing by LCDs
* - Very flexible interfaces for calibration storage and more