Commit 4b163232 authored by Sergey Lyubka's avatar Sergey Lyubka

fixed docstring for mg_get_valid_option_names

parent e003236a
...@@ -174,7 +174,8 @@ const char *mg_get_option(const struct mg_context *ctx, const char *name); ...@@ -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. // 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. // Array is NULL terminated.
const char **mg_get_valid_option_names(void); const char **mg_get_valid_option_names(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment