mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-12-13 20:18:04 +00:00
Make use of Doxygen grouping feature
Improve Modules page in generated HTML documentation
This commit is contained in:
@@ -24,6 +24,12 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
/** \addtogroup PVT
|
||||
* \{ */
|
||||
/** \addtogroup PVT_libs
|
||||
* \{ */
|
||||
|
||||
|
||||
class Pvt_Conf
|
||||
{
|
||||
public:
|
||||
@@ -81,4 +87,7 @@ public:
|
||||
bool dump_mat;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
/** \} */
|
||||
/** \} */
|
||||
#endif // GNSS_SDR_PVT_CONF_H
|
||||
|
||||
Reference in New Issue
Block a user