Commit 9216031c authored by Florian Kaltenberger's avatar Florian Kaltenberger

adding FAPI to doxygen documentation

parent d25a7850
...@@ -46,6 +46,11 @@ ...@@ -46,6 +46,11 @@
extern "C" { extern "C" {
#endif #endif
/** @defgroup _fapi FAPI
* @ingroup _mac
* @{
*/
/** /**
* Constants. See section 4.4 * Constants. See section 4.4
*/ */
...@@ -613,6 +618,8 @@ struct PdcchOfdmSymbolCountListElement_s ...@@ -613,6 +618,8 @@ struct PdcchOfdmSymbolCountListElement_s
uint8_t pdcchOfdmSymbolCount; uint8_t pdcchOfdmSymbolCount;
}; };
/*@}*/
#if defined (__cplusplus) #if defined (__cplusplus)
} }
#endif #endif
......
...@@ -47,6 +47,11 @@ ...@@ -47,6 +47,11 @@
extern "C" { extern "C" {
#endif #endif
/** @defgroup _fapi FAPI
* @ingroup _mac
* @{
*/
/** /**
* Parameters of the API primitives * Parameters of the API primitives
*/ */
...@@ -387,6 +392,8 @@ void CschedUeConfigUpdateInd(const struct CschedUeConfigUpdateIndParameters *par ...@@ -387,6 +392,8 @@ void CschedUeConfigUpdateInd(const struct CschedUeConfigUpdateIndParameters *par
void CschedCellConfigUpdateInd(const struct CschedCellConfigUpdateIndParameters *params); void CschedCellConfigUpdateInd(const struct CschedCellConfigUpdateIndParameters *params);
#endif #endif
/*@}*/
#if defined (__cplusplus) #if defined (__cplusplus)
} }
#endif #endif
......
...@@ -47,6 +47,11 @@ ...@@ -47,6 +47,11 @@
extern "C" { extern "C" {
#endif #endif
/** @defgroup _fapi FAPI
* @ingroup _mac
* @{
*/
/** /**
* Parameters of the API primitives * Parameters of the API primitives
*/ */
...@@ -269,6 +274,8 @@ void SchedDlConfigInd(const struct SchedDlConfigIndParameters* params); ...@@ -269,6 +274,8 @@ void SchedDlConfigInd(const struct SchedDlConfigIndParameters* params);
void SchedUlConfigInd(const struct SchedUlConfigIndParameters* params); void SchedUlConfigInd(const struct SchedUlConfigIndParameters* params);
#endif #endif
/*@}*/
#if defined (__cplusplus) #if defined (__cplusplus)
} }
#endif #endif
......
...@@ -1596,7 +1596,7 @@ EXTRA_SEARCH_MAPPINGS = ...@@ -1596,7 +1596,7 @@ EXTRA_SEARCH_MAPPINGS =
# If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output. # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
# The default value is: YES. # The default value is: YES.
GENERATE_LATEX = NO GENERATE_LATEX = YES
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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