Commit 73794e1e547704d7ba9242a8f7873e17631faecb

Ran Benita 2019-01-28T16:29:09

docs: fix a doxygen reference warning

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/xkbcommon/xkbcommon-compose.h b/xkbcommon/xkbcommon-compose.h
index 25894b9..1f158bd 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).