Skip to content

Commit

Permalink
rename doxy groups micro-test-plus-*
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 22, 2023
1 parent 03225e6 commit 8b3ce4c
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 85 deletions.
50 changes: 25 additions & 25 deletions include/micro-os-plus/literals.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace micro_os_plus::micro_test_plus
namespace literals
{
/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `int`.
*/
template <char... Cs>
Expand All @@ -60,7 +60,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `short`.
*/
template <char... Cs>
Expand All @@ -71,7 +71,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `char`.
*/
template <char... Cs>
Expand All @@ -82,7 +82,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `signed char`.
*/
template <char... Cs>
Expand All @@ -94,7 +94,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `long`.
*/
template <char... Cs>
Expand All @@ -105,7 +105,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `long long`.
*/
template <char... Cs>
Expand All @@ -116,7 +116,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `unsigned`.
*/
template <char... Cs>
Expand All @@ -127,7 +127,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `unsigned char`.
*/
template <char... Cs>
Expand All @@ -139,7 +139,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `unsigned short`.
*/
template <char... Cs>
Expand All @@ -151,7 +151,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `unsigned long`.
*/
template <char... Cs>
Expand All @@ -163,7 +163,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `unsigned long long`.
*/
template <char... Cs>
Expand All @@ -175,7 +175,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `int8_t`.
*/
template <char... Cs>
Expand All @@ -187,7 +187,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `int16_t`.
*/
template <char... Cs>
Expand All @@ -199,7 +199,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `int32_t`.
*/
template <char... Cs>
Expand All @@ -211,7 +211,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `int64_t`.
*/
template <char... Cs>
Expand All @@ -223,7 +223,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `uint8_t`.
*/
template <char... Cs>
Expand All @@ -235,7 +235,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `uint16_t`.
*/
template <char... Cs>
Expand All @@ -247,7 +247,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `uint32_t`.
*/
template <char... Cs>
Expand All @@ -259,7 +259,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `uint64_t`.
*/
template <char... Cs>
Expand All @@ -271,7 +271,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `float`.
*/
template <char... Cs>
Expand All @@ -285,7 +285,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `double`.
*/
template <char... Cs>
Expand All @@ -299,7 +299,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `long double`.
*/
template <char... Cs>
Expand All @@ -313,7 +313,7 @@ namespace micro_os_plus::micro_test_plus
}

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Operator to convert to `bool`.
*/
constexpr auto
Expand Down Expand Up @@ -348,7 +348,7 @@ namespace micro_os_plus::micro_test_plus
// --------------------------------------------------------------------------

/**
* @addtogroup mtp-literals
* @addtogroup micro-test-plus-literals
* @{
*/

Expand Down Expand Up @@ -385,7 +385,7 @@ namespace micro_os_plus::micro_test_plus
*/

/**
* @ingroup mtp-literals
* @ingroup micro-test-plus-literals
* @brief Template for wrapping any other type.
*/
template <class T>
Expand Down
Loading

0 comments on commit 8b3ce4c

Please sign in to comment.