aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/init.hxx')
-rw-r--r--build2/cli/init.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/build2/cli/init.hxx b/build2/cli/init.hxx
index d5998f5..1c54316 100644
--- a/build2/cli/init.hxx
+++ b/build2/cli/init.hxx
@@ -17,8 +17,9 @@ namespace build2
//
// Submodules:
//
- // `cli.config` -- registers variables.
- // `cli` -- loads cli.config and registers target types and rules.
+ // `cli.guess` -- set variables describing the compiler.
+ // `cli.config` -- load `cli.guess` and set the rest of the variables.
+ // `cli` -- load `cli.config` and register targets and rules.
//
extern "C" const module_functions*
build2_cli_load ();