From 4baf63015677d14d3a54e448b87ea0448476f448 Mon Sep 17 00:00:00 2001 From: Tobias Bauriedel Date: Wed, 6 Nov 2024 14:08:39 +0100 Subject: [PATCH] Add hint for comments in ini files (#5250) Adds a small hint about comments in .ini files. --------- Co-authored-by: Johannes Meyer --- doc/03-Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md index 0918aacd7..89160bca0 100644 --- a/doc/03-Configuration.md +++ b/doc/03-Configuration.md @@ -14,6 +14,7 @@ File/Directory | Description enabledModules | Symlinks to enabled modules modules | Directory for module specific configuration +Comments in .ini files follow the (de facto) standard in the form of a semicolon (`;`) at the beginning of a (each) line. ## General Configuration