• 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

テスト用のあれこれ共用フォルダ


Commit MetaInfo

Revisióncb306a316e1f84bc120d2aa3d6d5fab1b20a24a4 (tree)
Tiempo2019-02-06 12:30:10
Autortakemasa <suikan@user...>
Commitertakemasa

Log Message

Modified Doxygen setting.

Also added Task to Murasaki class collections

Cambiar Resumen

Diferencia incremental

--- /dev/null
+++ b/stm32_experimental/murasaki_sample/murasaki/.gitignore
@@ -0,0 +1,8 @@
1+# doxygen
2+html/
3+latex/
4+
5+# General settings
6+*.bak
7+*-bak
8+
--- a/stm32_experimental/murasaki_sample/murasaki/Inc/bitout.hpp
+++ b/stm32_experimental/murasaki_sample/murasaki/Inc/bitout.hpp
@@ -15,8 +15,8 @@
1515 namespace murasaki {
1616
1717 /**
18+ * \ingroup MURASAKI_GROUP
1819 * @brief A structure to en-group the GPIO port and GPIO pin.
19- * @ingroup MURASAKI_HELPER_GROUP
2020 * @details
2121 * This struct is used in the @ref BitIn class and @ref BitOut class.
2222 * THese classes returns a pointer to the variable of this type,
--- a/stm32_experimental/murasaki_sample/murasaki/Inc/task.hpp
+++ b/stm32_experimental/murasaki_sample/murasaki/Inc/task.hpp
@@ -13,6 +13,7 @@
1313 namespace murasaki {
1414
1515 /**
16+ * \ingroup MURASAKI_GROUP
1617 * @brief An easy to use task class.
1718 * @details
1819 * This class is handy class to encapsulate the task creation without inheriting.
--- a/stm32_experimental/murasaki_sample/murasaki/doc/murasaki.doxyfile
+++ b/stm32_experimental/murasaki_sample/murasaki/doc/murasaki.doxyfile
@@ -771,7 +771,7 @@ WARN_LOGFILE =
771771 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
772772 # Note: If this tag is empty the current directory is searched.
773773
774-INPUT = Src murasaki Inc
774+INPUT = ../Inc ../Inc-tp ../../Inc
775775
776776 # This tag can be used to specify the character encoding of the source files
777777 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses