doxygen: Switch @brief and @ingroup

This order change fixes the Latex documentation build via Doxygen.
This commit is contained in:
Sebastian Huber
2020-04-28 09:04:00 +02:00
parent 0b41675971
commit cfe8f7a9b7
393 changed files with 786 additions and 393 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
/**
* @file
*
* @brief Convert String to Float (with validation)
* @ingroup libmisc_conv_help Conversion Helpers
*
* @brief Convert String to Float (with validation)
*/
/*