diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2013-05-06 14:44:47 +1000 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2013-05-06 14:44:47 +1000 |
commit | 3374aa25c6e4e118df670c18eaeefa0f6f29377f (patch) | |
tree | 99bdea0be61386bd3ae70c8516198dd857e4db13 /include/gaudout | |
parent | bbfeec2dd7b312745856236214c91fce6b9ec22c (diff) | |
download | uGFX-3374aa25c6e4e118df670c18eaeefa0f6f29377f.tar.gz uGFX-3374aa25c6e4e118df670c18eaeefa0f6f29377f.tar.bz2 uGFX-3374aa25c6e4e118df670c18eaeefa0f6f29377f.zip |
Reinsertion of doxygen headers
Reinsertion of doxygen headers that got lost in license change
Diffstat (limited to 'include/gaudout')
-rw-r--r-- | include/gaudout/gaudout.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/gaudout/gaudout.h b/include/gaudout/gaudout.h index 1de2a5c7..ef60eeb0 100644 --- a/include/gaudout/gaudout.h +++ b/include/gaudout/gaudout.h @@ -5,6 +5,15 @@ * http://chibios-gfx.com/license.html */ +/** + * @file include/gaudout/gaudout.h + * @brief GAUDOUT - Audio Output subsystem header file. + * + * @addtogroup GAUDOUT + * + * @{ + */ + #ifndef _GAUDOUT_H #define _GAUDOUT_H |