テスト用のあれこれ共用フォルダ
修订版 | 2c7dc26c5ddca343cdf11a9089275431c5c05113 (tree) |
---|---|
时间 | 2018-02-18 17:13:06 |
作者 | takemasa <suikan@user...> |
Commiter | takemasa |
Fixed doxygen comment bug. Wrong ref to platfrom_config.hpp
@@ -32,7 +32,7 @@ | ||
32 | 32 | * |
33 | 33 | * If the class is instantiated on the stack, the buffer will be reserved in the stack. |
34 | 34 | * |
35 | - * To override the definition here, define same macro inside @ref platform_config.cpp. | |
35 | + * To override the definition here, define same macro inside @ref platform_config.hpp. | |
36 | 36 | */ |
37 | 37 | #ifndef PLATFORM_CONFIG_DEBUG_LINE_SIZE |
38 | 38 | #define PLATFORM_CONFIG_DEBUG_LINE_SIZE 256 |
@@ -44,7 +44,7 @@ | ||
44 | 44 | * \details |
45 | 45 | * The circular buffer array length to copy the formatted strings before transmitting through the uart. |
46 | 46 | * |
47 | - * To override the definition here, define same macro inside @ref platform_config.cpp. | |
47 | + * To override the definition here, define same macro inside @ref platform_config.hpp. | |
48 | 48 | */ |
49 | 49 | #ifndef PLATFORM_CONFIG_DEBUG_BUFFER_SIZE |
50 | 50 | #define PLATFORM_CONFIG_DEBUG_BUFFER_SIZE 4096 |
@@ -56,7 +56,7 @@ | ||
56 | 56 | * \details |
57 | 57 | * By default, there is no timeout. Wait for eternally. |
58 | 58 | * |
59 | - * To override the definition here, define same macro inside @ref platform_config.cpp. | |
59 | + * To override the definition here, define same macro inside @ref platform_config.hpp. | |
60 | 60 | */ |
61 | 61 | #ifndef PLATFORM_CONFIG_DEBUG_SERIAL_TIMEOUT |
62 | 62 | #define PLATFORM_CONFIG_DEBUG_SERIAL_TIMEOUT (murasaki::kwmsIndefinitely) |
@@ -69,7 +69,7 @@ | ||
69 | 69 | * \details |
70 | 70 | * The murasaki::Debug class has internal task to handle its FIFO buffer. |
71 | 71 | * |
72 | - * To override the definition here, define same macro inside @ref platform_config.cpp. | |
72 | + * To override the definition here, define same macro inside @ref platform_config.hpp. | |
73 | 73 | */ |
74 | 74 | #ifndef PLATFORM_CONFIG_DEBUG_TASK_STACK_SIZE |
75 | 75 | #define PLATFORM_CONFIG_DEBUG_TASK_STACK_SIZE 256 |
@@ -85,7 +85,7 @@ | ||
85 | 85 | * the debug taks have to have relatively high priority. In other hand, to yield the CPU to the |
86 | 86 | * critical tasks, it's priority have to be smaller than the max priority. |
87 | 87 | * |
88 | - * To override the definition here, define same macro inside @ref platform_config.cpp. | |
88 | + * To override the definition here, define same macro inside @ref platform_config.hpp. | |
89 | 89 | */ |
90 | 90 | #ifndef PLATFORM_CONFIG_DEBUG_TASK_PRIORITY |
91 | 91 | #define PLATFORM_CONFIG_DEBUG_TASK_PRIORITY (( configMAX_PRIORITIES-2 > 0 ) ? configMAX_PRIORITIES-2 : 0) |
@@ -100,7 +100,7 @@ | ||
100 | 100 | * |
101 | 101 | * To change the default definition, define this macro at \ref platform_config.hpp. |
102 | 102 | * |
103 | - * To override the definition here, define same macro inside @ref platform_config.cpp. | |
103 | + * To override the definition here, define same macro inside @ref platform_config.hpp. | |
104 | 104 | */ |
105 | 105 | #ifndef MURASAKI_CONFIG_NODEBUG |
106 | 106 | #define MURASAKI_CONFIG_NODEBUG false |