aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-09-03 11:06:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-09-03 11:06:50 +0200
commit6fc1d8f6f8e72dbf0055777233ff723ac482232c (patch)
treec6ede22dd077e95f49b4b8b4b14a42e25779af9f
parentbc9535a1b4ef919428e5d17494158e00c2a088c0 (diff)
Minor updates and fixes to intro
-rw-r--r--doc/intro.cli5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/intro.cli b/doc/intro.cli
index d45904f..d005396 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -171,7 +171,8 @@ hello/
\N|While the canonical project structure is strongly recommended, especially
for new projects, \c{build2} is flexible enough to allow most commonly used
-arrangements.|
+arrangements. See \l{#proj-struct Canonical Project Structure} for the more
+detailed discussion and rationale behing this layout.|
Similar to version control tools, we normally run all \c{build2} tools from
the project's source directory or one of its subdirectories, so:
@@ -2358,7 +2359,7 @@ start with the library name but without the \c{lib} prefix. For example:
\
// libhello/hello.mxx
-export module hello.core
+export module hello.core;
namespace hello
{