docs: fix a doxygen reference warning
authorRan Benita <ran234@gmail.com>
Mon, 28 Jan 2019 14:29:09 +0000 (16:29 +0200)
committerRan Benita <ran234@gmail.com>
Mon, 28 Jan 2019 14:29:09 +0000 (16:29 +0200)
xkbcommon/xkbcommon-compose.h

index 25894b9..1f158bd 100644 (file)
@@ -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).