diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 14:45:15 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 15:01:48 +0300 |
commit | d0842f4a05ac691dc296347ff872eb7a9b83b42d (patch) | |
tree | 0b25c40a6ef677aef571365ddf36f4109aef3e04 /libbuild2/in | |
parent | dee4003df645803a7883fd7b97dab7ca6b1f79ae (diff) |
Add/update some module descriptions
Diffstat (limited to 'libbuild2/in')
-rw-r--r-- | libbuild2/in/init.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/in/init.hxx b/libbuild2/in/init.hxx index b82c77e..29e3e61 100644 --- a/libbuild2/in/init.hxx +++ b/libbuild2/in/init.hxx @@ -20,7 +20,8 @@ namespace build2 // // Submodules: // - // `in.base` -- only variables and target types. + // `in.base` -- registers variables and target types. + // `in` -- loads in.base and registers rules. // extern "C" LIBBUILD2_IN_SYMEXPORT const module_functions* build2_in_load (); |