From c84384c5447a894f2c924b829f45f87a90f1c06c Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Tue, 30 Nov 2021 00:56:13 -0600 Subject: [PATCH] krb5: Fix doxygen comments --- lib/krb5/expand_path.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/krb5/expand_path.c b/lib/krb5/expand_path.c index 0b4c5e4a2..a1f4dfcfc 100644 --- a/lib/krb5/expand_path.c +++ b/lib/krb5/expand_path.c @@ -41,6 +41,9 @@ * * @context A krb5_context * @path_in The path to expand tokens from + * @filepath True if the value is a filesystem path (converts slashes to + * backslashes on Windows) + * @ppath_out The expanded path * * Outputs: * @@ -63,6 +66,8 @@ _krb5_expand_path_tokens(krb5_context context, * * @context A krb5_context * @path_in The path to expand tokens from + * @filepath True if the value is a filesystem path (converts slashes to + * backslashes on Windows) * @ppath_out The expanded path * @... Variable number of pairs of strings, the first of each * being a token (e.g., "luser") and the second a string to