m/headers: Fix doxygen warnings

This commit is contained in:
Jakob Bornecrantz 2020-10-26 22:55:22 +00:00
parent 8730ff479a
commit bd6ea43de5
2 changed files with 0 additions and 17 deletions

View file

@ -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

View file

@ -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