From 36c3845ff60523a2de101894ffeb03bcc27417c3 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 4 Jul 2025 00:12:07 +0000 Subject: [PATCH] Comment section headers in generated example config. (fixes #96) Signed-off-by: Jason Volk --- src/macros/config.rs | 2 +- tuwunel-example.toml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/macros/config.rs b/src/macros/config.rs index 293a895a..e577a629 100644 --- a/src/macros/config.rs +++ b/src/macros/config.rs @@ -73,7 +73,7 @@ fn generate_example(input: &ItemStruct, args: &[Meta], write: bool) -> Result] +#[global.appservice.] # The URL for the application service. # @@ -1821,7 +1821,7 @@ # #device_management = false -[[global.appservice..]] +#[[global.appservice..]] # Whether this application service has exclusive access to events within # this namespace.