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

adding FAPI to doxygen documentation

parent d25a7850
......@@ -46,6 +46,11 @@
extern "C" {
#endif
/** @defgroup _fapi FAPI
* @ingroup _mac
* @{
*/
/**
* Constants. See section 4.4
*/
......@@ -613,6 +618,8 @@ struct PdcchOfdmSymbolCountListElement_s
uint8_t pdcchOfdmSymbolCount;
};
/*@}*/
#if defined (__cplusplus)
}
#endif
......
......@@ -47,6 +47,11 @@
extern "C" {
#endif
/** @defgroup _fapi FAPI
* @ingroup _mac
* @{
*/
/**
* Parameters of the API primitives
*/
......@@ -387,6 +392,8 @@ void CschedUeConfigUpdateInd(const struct CschedUeConfigUpdateIndParameters *par
void CschedCellConfigUpdateInd(const struct CschedCellConfigUpdateIndParameters *params);
#endif
/*@}*/
#if defined (__cplusplus)
}
#endif
......
......@@ -47,6 +47,11 @@
extern "C" {
#endif
/** @defgroup _fapi FAPI
* @ingroup _mac
* @{
*/
/**
* Parameters of the API primitives
*/
......@@ -269,6 +274,8 @@ void SchedDlConfigInd(const struct SchedDlConfigIndParameters* params);
void SchedUlConfigInd(const struct SchedUlConfigIndParameters* params);
#endif
/*@}*/
#if defined (__cplusplus)
}
#endif
......
......@@ -1596,7 +1596,7 @@ EXTRA_SEARCH_MAPPINGS =
# If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
# 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
# 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