From 73794e1e547704d7ba9242a8f7873e17631faecb Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 28 Jan 2019 16:29:09 +0200 Subject: [PATCH] docs: fix a doxygen reference warning --- xkbcommon/xkbcommon-compose.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xkbcommon/xkbcommon-compose.h b/xkbcommon/xkbcommon-compose.h index 25894b939..1f158bd5b 100644 --- a/xkbcommon/xkbcommon-compose.h +++ b/xkbcommon/xkbcommon-compose.h @@ -212,8 +212,8 @@ enum xkb_compose_format { * @param context * The library context in which to create the compose table. * @param locale - * The current locale. See @ref compose-locale.\n - * + * The current locale. See @ref compose-locale. + * \n * The value is copied, so it is safe to pass the result of getenv(3) * (or similar) without fear of it being invalidated by a subsequent * setenv(3) (or similar).