Make use of Doxygen grouping feature

Improve Modules page in generated HTML documentation
This commit is contained in:
Carles Fernandez
2020-11-01 13:37:19 +01:00
parent 73b909bac1
commit 287284261c
305 changed files with 2769 additions and 112 deletions
+9
View File
@@ -29,6 +29,12 @@
#include "gnss_block_interface.h"
#include "gnss_synchro.h"
/** \addtogroup Core
* \{ */
/** \addtogroup GNSS_Block_Interfaces
* \{ */
template <typename Data>
class Concurrent_Queue;
@@ -50,4 +56,7 @@ public:
virtual void set_channel(unsigned int channel) = 0;
};
/** \} */
/** \} */
#endif // GNSS_SDR_TRACKING_INTERFACE_H