1
0

doc: migrate all old doc

This commit is contained in:
2026-01-20 13:20:17 +08:00
parent 7a34057836
commit 4d9487813b
11 changed files with 437 additions and 401 deletions

View File

@@ -25,7 +25,7 @@
* \li https://stackoverflow.com/questions/45575863/how-to-print-utf-8-strings-to-stdcout-on-windows
* \li https://stackoverflow.com/questions/69830460/reading-utf-8-input
*
* For how to utilize this functions provided by this namespace, please view \ref console_helper.
* For how to utilize this functions provided by this namespace, please view \ref csconsole.
*
* @warning
* All functions provided by this namespace are too aggressive.

View File

@@ -248,7 +248,7 @@ namespace yycc::carton::fft {
* @param[out] freq_scope The length of this data must be N / 2.
* The first data is 0Hz and the frequency of last data is decided by sample rate which can be computed by get_max_freq() function in this class.
* @param[in] window The window instance applied to data.
* @warnings
* @warning
* This function is \b NOT thread-safe.
* Please do NOT call this function in different thread for one instance.
*/

View File

@@ -8,7 +8,7 @@
* @details
* This namespace is currently works on Windows.
* On other platforms, this namespace provided functions do nothing.
* For how to utilize this namespace, please see \ref exception_helper.
* For how to utilize this namespace, please see \ref ironpad.
*
* This feature is originate from my created Virtools plugin.
* Because its user frequently trigger some weird behaviors but I have no idea about the detail of them.