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,9 +1,10 @@
/**
* @file
*
* @brief Null Device Driver Init Routine
* @ingroup libmisc_devnull Device Driver
*
* @brief Null Device Driver Init Routine
*
* Derived from rtems' stub driver.
*/