diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-03-28 20:18:03 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-03-28 20:18:03 +0100 |
commit | e9179545afc320e2404d1e2397c50cc71987bd10 (patch) | |
tree | 0e6fe26dadbaefb817812510c211b01c65d018c2 /src/ginput | |
parent | 08e1b0ebc7a5b9a960994e16710465dfb67f66ee (diff) | |
download | uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.tar.gz uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.tar.bz2 uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.zip |
doxygen fixes
Diffstat (limited to 'src/ginput')
-rw-r--r-- | src/ginput/dial.h | 2 | ||||
-rw-r--r-- | src/ginput/keyboard.h | 2 | ||||
-rw-r--r-- | src/ginput/mouse.h | 2 | ||||
-rw-r--r-- | src/ginput/toggle.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/ginput/dial.h b/src/ginput/dial.h index a90b5e46..f2d3fb58 100644 --- a/src/ginput/dial.h +++ b/src/ginput/dial.h @@ -6,7 +6,7 @@ */ /** - * @file include/ginput/dial.h + * @file src/ginput/dial.h * @brief GINPUT GFX User Input subsystem header file. * * @defgroup Dial Dial diff --git a/src/ginput/keyboard.h b/src/ginput/keyboard.h index d2bebeb8..eff5cc6f 100644 --- a/src/ginput/keyboard.h +++ b/src/ginput/keyboard.h @@ -6,7 +6,7 @@ */ /** - * @file include/ginput/keyboard.h + * @file src/ginput/keyboard.h * @brief GINPUT GFX User Input subsystem header file. * * @defgroup Keyboard Keyboard diff --git a/src/ginput/mouse.h b/src/ginput/mouse.h index 669eaec6..79ad1f08 100644 --- a/src/ginput/mouse.h +++ b/src/ginput/mouse.h @@ -6,7 +6,7 @@ */ /** - * @file include/ginput/mouse.h + * @file src/ginput/mouse.h * @brief GINPUT GFX User Input subsystem header file for mouse and touch. * * @defgroup Mouse Mouse diff --git a/src/ginput/toggle.h b/src/ginput/toggle.h index 73cf1e27..40149754 100644 --- a/src/ginput/toggle.h +++ b/src/ginput/toggle.h @@ -6,7 +6,7 @@ */ /** - * @file include/ginput/toggle.h + * @file src/ginput/toggle.h * @brief GINPUT GFX User Input subsystem header file. * * @defgroup Toggle Toggle |