From d268ff193e240751485bb6ff01268d45c21548ed Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 30 Oct 2019 14:19:56 +0300 Subject: Document default options files for remaining commands --- bdep/sync.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bdep/sync.cxx') diff --git a/bdep/sync.cxx b/bdep/sync.cxx index 1ed3c12..4084572 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -900,6 +900,8 @@ namespace bdep default_options_files options_files (const char*, const cmd_sync_options& o, const strings&) { + // NOTE: remember to update the documentation if changing anything here. + // bdep.options // bdep-{sync|sync-implicit}.options @@ -934,6 +936,8 @@ namespace bdep merge_options (const default_options& defs, const cmd_sync_options& cmd) { + // NOTE: remember to update the documentation if changing anything here. + return merge_default_options ( defs, cmd, -- cgit v1.1