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/config.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bdep/config.cxx') diff --git a/bdep/config.cxx b/bdep/config.cxx index f08bd41..ee5f9df 100644 --- a/bdep/config.cxx +++ b/bdep/config.cxx @@ -799,6 +799,8 @@ namespace bdep const cmd_config_options& o, const strings& args) { + // NOTE: remember to update the documentation if changing anything here. + // bdep.options // bdep-config.options // bdep-config-.options @@ -841,6 +843,8 @@ namespace bdep merge_options (const default_options& defs, const cmd_config_options& cmd) { + // NOTE: remember to update the documentation if changing anything here. + return merge_default_options ( defs, cmd, -- cgit v1.1