diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-03 02:56:59 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-03 02:56:59 +0100 |
commit | db0c770ca0c7e04a86075c4dfc073eaf683ff5f7 (patch) | |
tree | 512749caa7c25014f5e53f84ec0b1c5464994f61 /include/gdisp_lld_msgs.h | |
parent | 5b7b4c2db6718b1f0242d611439d42bf163c3d1f (diff) | |
download | uGFX-db0c770ca0c7e04a86075c4dfc073eaf683ff5f7.tar.gz uGFX-db0c770ca0c7e04a86075c4dfc073eaf683ff5f7.tar.bz2 uGFX-db0c770ca0c7e04a86075c4dfc073eaf683ff5f7.zip |
even more doxygen...
Diffstat (limited to 'include/gdisp_lld_msgs.h')
-rw-r--r-- | include/gdisp_lld_msgs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gdisp_lld_msgs.h b/include/gdisp_lld_msgs.h index a5cb885b..5885a70c 100644 --- a/include/gdisp_lld_msgs.h +++ b/include/gdisp_lld_msgs.h @@ -17,8 +17,9 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
/**
- * @file gdisp_lld_msgs.h
+ * @file include/gdisp_lld_msgs.h
* @brief GDISP Graphic Driver subsystem low level driver message structures.
*
* @addtogroup GDISP
@@ -191,3 +192,4 @@ typedef union gdisp_lld_msg { #endif /* GFX_USE_GDISP */
#endif /* _GDISP_LLD_MSGS_H */
/** @} */
+
|