From 4b163232e3687657dbdad3e24aeea70da64d8e95 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Sat, 20 Jul 2013 07:12:49 +0100 Subject: [PATCH] fixed docstring for mg_get_valid_option_names --- mongoose.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mongoose.h b/mongoose.h index 2beeaeb9b..0e7343292 100644 --- a/mongoose.h +++ b/mongoose.h @@ -174,7 +174,8 @@ const char *mg_get_option(const struct mg_context *ctx, const char *name); // Return array of strings that represent valid configuration options. -// For each option, a short name, long name, and default value is returned. +// For each option, option name and default value is returned, i.e. the +// number of entries in the array equals to number_of_options x 2. // Array is NULL terminated. const char **mg_get_valid_option_names(void); -- GitLab