Commit d5a098b8 authored by Rohit Gupta's avatar Rohit Gupta

Modified some comments for Doxzgen to work properly

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7565 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 97f06113
...@@ -83,7 +83,6 @@ ...@@ -83,7 +83,6 @@
* @{ * @{
* This module is responsible for defining and processing the PHY procedures (TX/RX) related to transport and physical channels. * This module is responsible for defining and processing the PHY procedures (TX/RX) related to transport and physical channels.
* @} * @}
* @}
* @defgroup _PHY_PROCEDURES_ Physical Layer Procedures * @defgroup _PHY_PROCEDURES_ Physical Layer Procedures
* @ingroup _ref_implementation_ * @ingroup _ref_implementation_
...@@ -91,6 +90,9 @@ ...@@ -91,6 +90,9 @@
* This module is responsible for defining and processing the PHY procedures (TX/RX) related to transport and physical channels. * This module is responsible for defining and processing the PHY procedures (TX/RX) related to transport and physical channels.
* @} * @}
* @}
* @}
*/ */
#include "types.h" #include "types.h"
...@@ -98,7 +100,7 @@ ...@@ -98,7 +100,7 @@
/**@addtogroup _PHY_STRUCTURES_ /** @addtogroup _PHY_STRUCTURES_
* @{ * @{
*/ */
#define NUMBER_OF_OFDM_CARRIERS (frame_parms->ofdm_symbol_size) #define NUMBER_OF_OFDM_CARRIERS (frame_parms->ofdm_symbol_size)
...@@ -493,6 +495,5 @@ typedef struct { ...@@ -493,6 +495,5 @@ typedef struct {
#define MCS_TABLE_LENGTH_MAX 64 #define MCS_TABLE_LENGTH_MAX 64
#endif //__PHY_IMPLEMENTATION_DEFS_H__ #endif //__PHY_IMPLEMENTATION_DEFS_H__
/**@} /**@}
*@}
*/ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment