diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-26 21:19:32 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-26 21:19:32 +0100 |
commit | ba08afef3ec1af2412f526623156f5f50d102ec0 (patch) | |
tree | 63d0cb5768db1e5c482f194777687076dacd8b23 /include/lld | |
parent | 1aef326a77d7d5428291a8eda885280a63e0e029 (diff) | |
download | uGFX-ba08afef3ec1af2412f526623156f5f50d102ec0.tar.gz uGFX-ba08afef3ec1af2412f526623156f5f50d102ec0.tar.bz2 uGFX-ba08afef3ec1af2412f526623156f5f50d102ec0.zip |
doxygen
Diffstat (limited to 'include/lld')
-rw-r--r-- | include/lld/gdisp/gdisp_lld.h | 2 | ||||
-rw-r--r-- | include/lld/gdisp/gdisp_lld_msgs.h | 2 | ||||
-rw-r--r-- | include/lld/touchscreen/touchscreen_lld.h | 2 |
3 files changed, 3 insertions, 3 deletions
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
|