diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-02-28 12:08:51 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-02-28 12:08:51 +0100 |
commit | 00ca49422b78e5899c623c3827d4d75682933242 (patch) | |
tree | 28b45a9386dadf1aa98e84a1a12f89651fe1f84d | |
parent | dd7a6c511277e08106e7d88f465b748d6165a61f (diff) |
doxygen: fix missing @p tag
-rw-r--r-- | src/lib/evil/evil_locale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evil/evil_locale.h b/src/lib/evil/evil_locale.h index 4bf14ec499..6b12428428 100644 --- a/src/lib/evil/evil_locale.h +++ b/src/lib/evil/evil_locale.h | |||
@@ -39,7 +39,7 @@ | |||
39 | * setlocale() function. If @p category is #LC_MESSAGES, then if @p locale | 39 | * setlocale() function. If @p category is #LC_MESSAGES, then if @p locale |
40 | * is not @c NULL, errno is set to EINVAL and @c NULL is returned, otherwise | 40 | * is not @c NULL, errno is set to EINVAL and @c NULL is returned, otherwise |
41 | * the string <language>_<country> is returned. This string is a static buffer | 41 | * the string <language>_<country> is returned. This string is a static buffer |
42 | * and must not be freed. It will also be rewritten each time @category is | 42 | * and must not be freed. It will also be rewritten each time @p category is |
43 | * #LC_MESSAGES and @p locale is @c NULL. | 43 | * #LC_MESSAGES and @p locale is @c NULL. |
44 | * | 44 | * |
45 | * Conformity: Non applicable. | 45 | * Conformity: Non applicable. |