From 02a1038ad3c2c8e6cda415cfdd21f9f84aa342b4 Mon Sep 17 00:00:00 2001 From: Tobias Bauriedel Date: Mon, 26 Aug 2024 15:47:27 +0200 Subject: [PATCH] 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 0918aacd7..d13355ae2 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