X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fconfig.cc;h=bfde74a75678e063de6fc90ef136083b5d35850a;hp=4924d13babdf16c7cb06c8a5d746cd7d59c655bf;hb=a382bddc798c2699c816d92a46718b44485f8889;hpb=9d6feb056d3dfd3c1fef59b6340e77fb23830f54 diff --git a/src/lib/config.cc b/src/lib/config.cc index 4924d13ba..bfde74a75 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -967,7 +967,7 @@ Config::write_config () const root->add_child("PlayerActivityLogFile")->add_child_text(_player_activity_log_file->string()); } if (_player_debug_log_file) { - /* [XML] PlayerLogFile Filename to use for player debug logs */ + /* [XML] PlayerLogFile Filename to use for player debug logs. */ root->add_child("PlayerDebugLogFile")->add_child_text(_player_debug_log_file->string()); } if (_player_content_directory) { @@ -989,7 +989,7 @@ Config::write_config () const root->add_child("CustomLanguage")->add_child_text(i.to_string()); } if (_add_files_path) { - /* [XML] The default path that will be offered in the picker when adding files to a film */ + /* [XML] AddFilesPath The default path that will be offered in the picker when adding files to a film. */ root->add_child("AddFilesPath")->add_child_text(_add_files_path->string()); }