1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-14 14:17:11 +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

@@ -31,6 +31,11 @@
#include <cstddef>
#include <string>
/** \addtogroup Algorithms_Library
* \{ */
/** \addtogroup Algorithm_libs algorithms_libs
* \{ */
class ConfigurationInterface;
@@ -52,7 +57,7 @@ public:
return role_;
}
//! returns "Pass_Through"
//! Returns "Pass_Through"
inline std::string implementation() override
{
return "Pass_Through";
@@ -86,4 +91,7 @@ private:
bool inverted_spectrum;
};
/** \} */
/** \} */
#endif // GNSS_SDR_PASS_THROUGH_H