From e1e8d097274d78b1ba80bb218fdc99d267a5b147 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 4 Feb 2017 19:15:09 +0100 Subject: [PATCH] Added documentation to default_config_file in src/files.h --- src/files.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/files.h b/src/files.h index c210e19..1cf4075 100644 --- a/src/files.h +++ b/src/files.h @@ -2,6 +2,9 @@ #define JUCI_FILES_H_ #include +/// If you add or remove nodes from the default_config_file, increase the juci +/// version number (JUCI_VERSION) in ../CMakeLists.txt to automatically apply +/// the changes to user's ~/.juci/config/config.json files const std::string default_config_file = R"RAW({ "version": ")RAW"+std::string(JUCI_VERSION)+R"RAW(", "default_window_size": {