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