1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 04:30:33 +00:00

Fix doxygen documentation

This commit is contained in:
Carles Fernandez 2018-10-30 00:48:59 +01:00
parent 715f32f0ee
commit 1f6ae8ea16
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*! /*!
* \file glonass_l1_ca_dll_pll_c_aid_tracking_cc.h * \file glonass_l1_ca_dll_pll_c_aid_tracking_cc.cc
* \brief Implementation of a code DLL + carrier PLL tracking block * \brief Implementation of a code DLL + carrier PLL tracking block
* \author Gabriel Araujo, 2017. gabriel.araujo.5000(at)gmail.com * \author Gabriel Araujo, 2017. gabriel.araujo.5000(at)gmail.com
* \author Luis Esteve, 2017. luis(at)epsilon-formacion.com * \author Luis Esteve, 2017. luis(at)epsilon-formacion.com

View File

@ -1,5 +1,5 @@
/*! /*!
* \file glonass_l2_ca_dll_pll_c_aid_tracking_cc.h * \file glonass_l2_ca_dll_pll_c_aid_tracking_cc.cc
* \brief Implementation of a code DLL + carrier PLL tracking block * \brief Implementation of a code DLL + carrier PLL tracking block
* \author Damian Miralles, 2018. dmiralles2009(at)gmail.com * \author Damian Miralles, 2018. dmiralles2009(at)gmail.com
* *

View File

@ -1,5 +1,5 @@
/*! /*!
* \file gps_l1_ca_kf_tracking_cc.cc * \file gps_l1_ca_kf_tracking_cc.h
* \brief Interface of a processing block of a DLL + Kalman carrier * \brief Interface of a processing block of a DLL + Kalman carrier
* tracking loop for GPS L1 C/A signals * tracking loop for GPS L1 C/A signals
* \author Javier Arribas, 2018. jarribas(at)cttc.es * \author Javier Arribas, 2018. jarribas(at)cttc.es