mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-27 05:27:40 +00:00
Make use of Doxygen grouping feature
Improve Modules page in generated HTML documentation
This commit is contained in:
@@ -33,6 +33,12 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
/** \addtogroup Core
|
||||
* \{ */
|
||||
/** \addtogroup Core_Receiver
|
||||
* \{ */
|
||||
|
||||
|
||||
/*!
|
||||
* \brief This class is an implementation of the interface ConfigurationInterface
|
||||
*
|
||||
@@ -70,4 +76,7 @@ private:
|
||||
int error_{};
|
||||
};
|
||||
|
||||
|
||||
/** \} */
|
||||
/** \} */
|
||||
#endif // GNSS_SDR_FILE_CONFIGURATION_H
|
||||
|
||||
Reference in New Issue
Block a user