テスト用のあれこれ共用フォルダ
Revisión | cb306a316e1f84bc120d2aa3d6d5fab1b20a24a4 (tree) |
---|---|
Tiempo | 2019-02-06 12:30:10 |
Autor | takemasa <suikan@user...> |
Commiter | takemasa |
Modified Doxygen setting.
Also added Task to Murasaki class collections
@@ -0,0 +1,8 @@ | ||
1 | +# doxygen | |
2 | +html/ | |
3 | +latex/ | |
4 | + | |
5 | +# General settings | |
6 | +*.bak | |
7 | +*-bak | |
8 | + |
@@ -15,8 +15,8 @@ | ||
15 | 15 | namespace murasaki { |
16 | 16 | |
17 | 17 | /** |
18 | + * \ingroup MURASAKI_GROUP | |
18 | 19 | * @brief A structure to en-group the GPIO port and GPIO pin. |
19 | - * @ingroup MURASAKI_HELPER_GROUP | |
20 | 20 | * @details |
21 | 21 | * This struct is used in the @ref BitIn class and @ref BitOut class. |
22 | 22 | * THese classes returns a pointer to the variable of this type, |
@@ -13,6 +13,7 @@ | ||
13 | 13 | namespace murasaki { |
14 | 14 | |
15 | 15 | /** |
16 | + * \ingroup MURASAKI_GROUP | |
16 | 17 | * @brief An easy to use task class. |
17 | 18 | * @details |
18 | 19 | * This class is handy class to encapsulate the task creation without inheriting. |
@@ -771,7 +771,7 @@ WARN_LOGFILE = | ||
771 | 771 | # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING |
772 | 772 | # Note: If this tag is empty the current directory is searched. |
773 | 773 | |
774 | -INPUT = Src murasaki Inc | |
774 | +INPUT = ../Inc ../Inc-tp ../../Inc | |
775 | 775 | |
776 | 776 | # This tag can be used to specify the character encoding of the source files |
777 | 777 | # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |