diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-12-21 09:41:01 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-12-21 09:41:01 +0100 |
commit | f2219b5353cfccf1720a4cc583ab2e7962c47e09 (patch) | |
tree | 34546a844decb1cd4dba9966a6b1ed42ef975acd /src | |
parent | 9d2f63d4b7b83ae9185c863c9dd090de19614709 (diff) | |
download | uGFX-f2219b5353cfccf1720a4cc583ab2e7962c47e09.tar.gz uGFX-f2219b5353cfccf1720a4cc583ab2e7962c47e09.tar.bz2 uGFX-f2219b5353cfccf1720a4cc583ab2e7962c47e09.zip |
doxygen fix
Diffstat (limited to 'src')
-rw-r--r-- | src/gwin/graph.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/graph.c b/src/gwin/graph.c index 39628047..b75d76ee 100644 --- a/src/gwin/graph.c +++ b/src/gwin/graph.c @@ -18,10 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
- * @file src/gwin/button.c
+ * @file src/gwin/graph.c
* @brief GWIN sub-system button code.
*
- * @defgroup Button Button
+ * @defgroup Graph Graph
* @ingroup GWIN
*
* @{
|