From d4f25caabd6098a2cbb713c9cd8228c1f9a26fe4 Mon Sep 17 00:00:00 2001 From: Willow Liquorice Date: Fri, 2 Sep 2022 22:45:52 +0100 Subject: -DOC: Minor fixes to doc comments (mostly correcting typos) to resolve 'unknown command' warnings --- src/util/configuration.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/configuration.c') diff --git a/src/util/configuration.c b/src/util/configuration.c index 27e6cf612..5c415aff7 100644 --- a/src/util/configuration.c +++ b/src/util/configuration.c @@ -91,7 +91,7 @@ struct ConfigSection /** * Is the configuration section marked as inaccessible? * - * This can happen if the section name is used in an @inline-secret@ + * This can happen if the section name is used in an \@inline-secret\@ * directive, but the referenced file can't be found or accessed. */ bool inaccessible; @@ -135,7 +135,7 @@ struct ConfigFile /** * Was this configuration file parsed via - * @inline-secret@? + * \@inline-secret\@? */ char *hint_restrict_section; -- cgit v1.2.3