diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-03 11:06:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-03 11:06:50 +0200 |
commit | 6fc1d8f6f8e72dbf0055777233ff723ac482232c (patch) | |
tree | c6ede22dd077e95f49b4b8b4b14a42e25779af9f /doc/intro.cli | |
parent | bc9535a1b4ef919428e5d17494158e00c2a088c0 (diff) |
Minor updates and fixes to intro
Diffstat (limited to 'doc/intro.cli')
-rw-r--r-- | doc/intro.cli | 5 |
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 { |