aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-29 06:13:43 -0800
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-29 06:13:43 -0800
commitf91aeb4c4d026056d4e8515f8e060097f41d216c (patch)
treef5ade7a4ef2a5e4379990b2a56e00cea1b2827b2 /include
parent8275c8820f230342939a2410dd0b24c0f26a14e5 (diff)
parent5bfa0f26220588359342d4bf14add6dc53b4788b (diff)
downloaduGFX-f91aeb4c4d026056d4e8515f8e060097f41d216c.tar.gz
uGFX-f91aeb4c4d026056d4e8515f8e060097f41d216c.tar.bz2
uGFX-f91aeb4c4d026056d4e8515f8e060097f41d216c.zip
Merge pull request #9 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'include')
-rw-r--r--include/gdisp/fonts.h2
-rw-r--r--include/lld/gdisp/gdisp_lld.h2
-rw-r--r--include/lld/gdisp/gdisp_lld_msgs.h2
-rw-r--r--include/lld/touchscreen/touchscreen_lld.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/gdisp/fonts.h b/include/gdisp/fonts.h
index e3b07e86..e0c7f7de 100644
--- a/include/gdisp/fonts.h
+++ b/include/gdisp/fonts.h
@@ -19,7 +19,7 @@
*/
/**
- * @file include/gdisp_fonts.h
+ * @file include/gdisp/fonts.h
* @brief GDISP internal font definitions.
* @details This is not generally needed by an application. It is used
* by the low level drivers that need to understand a font.
diff --git a/include/lld/gdisp/gdisp_lld.h b/include/lld/gdisp/gdisp_lld.h
index fecd710a..4e29dc48 100644
--- a/include/lld/gdisp/gdisp_lld.h
+++ b/include/lld/gdisp/gdisp_lld.h
@@ -19,7 +19,7 @@
*/
/**
- * @file include/gdisp_lld.h
+ * @file include/lld/gdisp/gdisp_lld.h
* @brief GDISP Graphic Driver subsystem low level driver header.
*
* @addtogroup GDISP
diff --git a/include/lld/gdisp/gdisp_lld_msgs.h b/include/lld/gdisp/gdisp_lld_msgs.h
index 5885a70c..f5d29ea1 100644
--- a/include/lld/gdisp/gdisp_lld_msgs.h
+++ b/include/lld/gdisp/gdisp_lld_msgs.h
@@ -19,7 +19,7 @@
*/
/**
- * @file include/gdisp_lld_msgs.h
+ * @file include/lld/gdisp/gdisp_lld_msgs.h
* @brief GDISP Graphic Driver subsystem low level driver message structures.
*
* @addtogroup GDISP
diff --git a/include/lld/touchscreen/touchscreen_lld.h b/include/lld/touchscreen/touchscreen_lld.h
index 9dd29629..912d2464 100644
--- a/include/lld/touchscreen/touchscreen_lld.h
+++ b/include/lld/touchscreen/touchscreen_lld.h
@@ -19,7 +19,7 @@
*/
/**
- * @file include/touchscreen_lld.h
+ * @file include/lld/touchscreen/touchscreen_lld.h
* @brief TOUCHSCREEN Driver subsystem low level driver header.
*
* @addtogroup TOUCHSCREEN