shared_fooの不要ディレクトリ削除前のもの
Revision | 56d093066eacd4a422a2923f95d29cfb66349995 (tree) |
---|---|
Time | 2018-03-23 22:17:18 |
Author | takemasa <suikan@user...> |
Commiter | takemasa |
Modified doxygen comment.
@@ -18,7 +18,7 @@ | ||
18 | 18 | * This guide is written carefuly to be ease of understand. |
19 | 19 | * But coverage is not perfect. |
20 | 20 | * |
21 | - * In other hand, the reference guide describes class by class. | |
21 | + * In other hand, the reference guide describes this library class-by-class. | |
22 | 22 | * It is hard to study from scrach by the reference guide, but it covers |
23 | 23 | * entire class library. The reference guide is \ref MURASAKI_GROUP. |
24 | 24 | * \li \subpage murasaki_ug_design |
@@ -32,7 +32,7 @@ | ||
32 | 32 | |
33 | 33 | /** |
34 | 34 | * \page murasaki_ug_design Design Philosophy |
35 | - * \brief What is the base idea of this class library? | |
35 | + * \brief The base idea of this class library. | |
36 | 36 | * \details |
37 | 37 | * Murasaki, is a class library on the STM32 HAL and FreeRTOS. By using murasaki, |
38 | 38 | * you can program STM32 series quickly and easily. |