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

@@ -30,6 +30,13 @@
#include <boost/shared_ptr.hpp>
#endif
/** \addtogroup Resampler
* \{ */
/** \addtogroup Resampler_gnuradio_blocks
* GNU Radio blocks for input signal resampling
* \{ */
class direct_resampler_conditioner_cb;
#if GNURADIO_USES_STD_POINTERS
@@ -84,4 +91,7 @@ private:
uint32_t d_phase_step;
};
/** \} */
/** \} */
#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CB_H

View File

@@ -36,6 +36,12 @@
#include <boost/shared_ptr.hpp>
#endif
/** \addtogroup Resampler
* \{ */
/** \addtogroup Resampler_gnuradio_blocks resampler_gr_blocks
* \{ */
class direct_resampler_conditioner_cc;
#if GNURADIO_USES_STD_POINTERS
@@ -89,4 +95,7 @@ private:
uint32_t d_phase_step;
};
/** \} */
/** \} */
#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CC_H

View File

@@ -30,6 +30,12 @@
#include <boost/shared_ptr.hpp>
#endif
/** \addtogroup Resampler
* \{ */
/** \addtogroup Resampler_gnuradio_blocks
* \{ */
class direct_resampler_conditioner_cs;
#if GNURADIO_USES_STD_POINTERS
using direct_resampler_conditioner_cs_sptr = std::shared_ptr<direct_resampler_conditioner_cs>;
@@ -83,4 +89,7 @@ private:
uint32_t d_phase_step;
};
/** \} */
/** \} */
#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CS_H