mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 11:55:39 +00:00
m/headers: Fix doxygen warnings
This commit is contained in:
parent
8730ff479a
commit
bd6ea43de5
|
@ -21,11 +21,6 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* @ingroup aux_math
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
|
|
||||||
static inline struct xrt_vec2
|
static inline struct xrt_vec2
|
||||||
m_vec2_mul(struct xrt_vec2 l, struct xrt_vec2 r)
|
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;
|
a = a / b;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
|
||||||
* @}
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -24,11 +24,6 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* @ingroup aux_math
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
|
|
||||||
static inline struct xrt_vec3
|
static inline struct xrt_vec3
|
||||||
m_vec3_mul(struct xrt_vec3 l, struct xrt_vec3 r)
|
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;
|
a = a / b;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
|
||||||
* @}
|
|
||||||
*/
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue