Browse Source

Added documentation to default_config_file in src/files.h

merge-requests/365/head
eidheim 9 years ago
parent
commit
e1e8d09727
  1. 3
      src/files.h

3
src/files.h

@ -2,6 +2,9 @@
#define JUCI_FILES_H_ #define JUCI_FILES_H_
#include <string> #include <string>
/// 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({ const std::string default_config_file = R"RAW({
"version": ")RAW"+std::string(JUCI_VERSION)+R"RAW(", "version": ")RAW"+std::string(JUCI_VERSION)+R"RAW(",
"default_window_size": { "default_window_size": {

Loading…
Cancel
Save