doc: migrate all old doc
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user