diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-04-29 08:16:10 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-04-29 08:16:10 +0000 |
commit | 3de1c4b3fe3247d8b5fb10a8f4627f096868ed7e (patch) | |
tree | 3518401efb415da367905e5c24dc425b3e386349 /os/hal/lib/complex/mfs/mfs.h | |
parent | ca4302fcca8d855cb162f903828350a57b1c8d40 (diff) | |
download | ChibiOS-3de1c4b3fe3247d8b5fb10a8f4627f096868ed7e.tar.gz ChibiOS-3de1c4b3fe3247d8b5fb10a8f4627f096868ed7e.tar.bz2 ChibiOS-3de1c4b3fe3247d8b5fb10a8f4627f096868ed7e.zip |
Documentation-relate fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11978 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/lib/complex/mfs/mfs.h')
-rw-r--r-- | os/hal/lib/complex/mfs/mfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/lib/complex/mfs/mfs.h b/os/hal/lib/complex/mfs/mfs.h index c1d575a2c..d41dcf9bf 100644 --- a/os/hal/lib/complex/mfs/mfs.h +++ b/os/hal/lib/complex/mfs/mfs.h @@ -21,6 +21,7 @@ * @file mfs.h
* @brief Managed Flash Storage module header.
*
+ * @addtogroup MFS
* @{
*/
|