1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-26 03:54:55 +00:00

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

View File

@@ -45,6 +45,13 @@
#include <boost/thread.hpp> // for boost::thread
#endif
/** \addtogroup Core Core GNSS Receiver
* Core GNSS Receiver.
* \{ */
/** \addtogroup Core_Receiver
* Classes for the core GNSS receiver.
* \{ */
class ConfigurationInterface;
class GNSSFlowgraph;
@@ -206,4 +213,7 @@ private:
bool pre_2009_file_; // to override the system time to postprocess old gnss records and avoid wrong week rollover
};
/** \} */
/** \} */
#endif // GNSS_SDR_CONTROL_THREAD_H