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