mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
m/headers: Fix doxygen warnings
This commit is contained in:
parent
8730ff479a
commit
bd6ea43de5
|
@ -21,11 +21,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
/*!
|
||||
* @ingroup aux_math
|
||||
* @{
|
||||
*/
|
||||
|
||||
static inline struct xrt_vec2
|
||||
m_vec2_mul(struct xrt_vec2 l, struct xrt_vec2 r)
|
||||
{
|
||||
|
@ -140,9 +135,5 @@ operator/=(struct xrt_vec2 &a, const struct xrt_vec2 &b)
|
|||
a = a / b;
|
||||
}
|
||||
|
||||
/*!
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -24,11 +24,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
/*!
|
||||
* @ingroup aux_math
|
||||
* @{
|
||||
*/
|
||||
|
||||
static inline struct xrt_vec3
|
||||
m_vec3_mul(struct xrt_vec3 l, struct xrt_vec3 r)
|
||||
{
|
||||
|
@ -170,8 +165,5 @@ operator/=(struct xrt_vec3 &a, const struct xrt_vec3 &b)
|
|||
a = a / b;
|
||||
}
|
||||
|
||||
/*!
|
||||
* @}
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue