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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user