config: note that some arguments are required.

This commit is contained in:
Nick Mathewson 2019-09-05 07:57:36 -04:00
parent b3c2867715
commit eb909c4e43

View File

@ -581,6 +581,8 @@ config_mark_lists_fragile(const config_mgr_t *mgr, void *options)
/** /**
* Log a warning that declaring that the option called <b>what</b> * Log a warning that declaring that the option called <b>what</b>
* is deprecated because of the reason in <b>why</b>. * is deprecated because of the reason in <b>why</b>.
*
* (Both arguments must be non-NULL.)
**/ **/
void void
warn_deprecated_option(const char *what, const char *why) warn_deprecated_option(const char *what, const char *why)