• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shared_fooの不要ディレクトリ削除前のもの


Commit MetaInfo

Revision56d093066eacd4a422a2923f95d29cfb66349995 (tree)
Time2018-03-23 22:17:18
Authortakemasa <suikan@user...>
Commitertakemasa

Log Message

Modified doxygen comment.

Change Summary

Incremental Difference

--- a/stm32_development/murasaki/murasaki/murasaki_ug.hpp
+++ b/stm32_development/murasaki/murasaki/murasaki_ug.hpp
@@ -18,7 +18,7 @@
1818 * This guide is written carefuly to be ease of understand.
1919 * But coverage is not perfect.
2020 *
21- * In other hand, the reference guide describes class by class.
21+ * In other hand, the reference guide describes this library class-by-class.
2222 * It is hard to study from scrach by the reference guide, but it covers
2323 * entire class library. The reference guide is \ref MURASAKI_GROUP.
2424 * \li \subpage murasaki_ug_design
@@ -32,7 +32,7 @@
3232
3333 /**
3434 * \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.
3636 * \details
3737 * Murasaki, is a class library on the STM32 HAL and FreeRTOS. By using murasaki,
3838 * you can program STM32 series quickly and easily.