aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-01-05 10:13:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-01-05 15:10:01 +0200
commit1eff61b00307b9f0081dbf062f6f55e5d4771e52 (patch)
treec8ade74e997b97dcefaafa7dd3df6b1ba23031c7 /doc
parentd262f63ce5a7c3810abde1f66ee3bb99d56acdd0 (diff)
Add cxx.module_name alias for cc.module_name
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index 1858467..6dd7002 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -1307,12 +1307,12 @@ since our module names can still be guessed correctly and unambiguously.
If a guess turns out to be incorrect, the implementation issues diagnostics
and exits with an error before attempting to build anything. To resolve this
situation we can either adjust the interface file names or we can specify the
-module name explicitly with the \c{cc.module_name} variable. The latter
+module name explicitly with the \c{cxx.module_name} variable. The latter
approach can be used with interface file names that have nothing in common
with module names, for example:
\
-mxx{foobar}@./: cc.module_name = hello
+mxx{foobar}@./: cxx.module_name = hello
\
Note also that standard library modules (\c{std} and \c{std.*}) are treated
@@ -1327,7 +1327,7 @@ For example:
\
exe{hello}: cxx{driver} {mxx cxx}{hello} mxx{std-core}
-mxx{std-core}@./: cc.module_name = std.core
+mxx{std-core}@./: cxx.module_name = std.core
\
When C++ modules are enabled and available, the build system makes sure the