From 02a1038ad3c2c8e6cda415cfdd21f9f84aa342b4 Mon Sep 17 00:00:00 2001 From: Tobias Bauriedel Date: Mon, 26 Aug 2024 15:47:27 +0200 Subject: [PATCH 1/2] Add hint for comments in ini files --- doc/03-Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md index 0918aacd79..d13355ae28 100644 --- a/doc/03-Configuration.md +++ b/doc/03-Configuration.md @@ -14,6 +14,8 @@ File/Directory | Description enabledModules | Symlinks to enabled modules modules | Directory for module specific configuration +Comments in the .ini files follow the (de facto) standard for .ini files in the form of a `;` at the beginning of the line. +For multi-line comments or to comment out a entire section, a `;` is required in each line that is to be commented out. ## General Configuration From bd2e785809a74946a95cd690faf97d1bc4ded472 Mon Sep 17 00:00:00 2001 From: Tobias Bauriedel Date: Wed, 6 Nov 2024 13:25:41 +0100 Subject: [PATCH 2/2] Update doc/03-Configuration.md Co-authored-by: Johannes Meyer --- doc/03-Configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md index d13355ae28..89160bca0b 100644 --- a/doc/03-Configuration.md +++ b/doc/03-Configuration.md @@ -14,8 +14,7 @@ File/Directory | Description enabledModules | Symlinks to enabled modules modules | Directory for module specific configuration -Comments in the .ini files follow the (de facto) standard for .ini files in the form of a `;` at the beginning of the line. -For multi-line comments or to comment out a entire section, a `;` is required in each line that is to be commented out. +Comments in .ini files follow the (de facto) standard in the form of a semicolon (`;`) at the beginning of a (each) line. ## General Configuration