aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev_guide
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-06-27 18:21:39 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-06-27 18:29:11 +0200
commit038a391da6eb51110141d5659ea34477942766ab (patch)
tree65d754241296f9b063d657068c59aaaf048ab4b9 /docs/dev_guide
parentda6f9dc2b1917adbaf18d92e0a340238602cf8b4 (diff)
Add missing sub-chapters in documentationflounder
Also fix spelling. Bug-AGL: SPEC-2027 Change-Id: Ibdde0d74844b35344f418e0c12c45602dd65eba0 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/dev_guide')
-rw-r--r--docs/dev_guide/0_Abstract.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev_guide/0_Abstract.md b/docs/dev_guide/0_Abstract.md
index a04cc87..b4bacb6 100644
--- a/docs/dev_guide/0_Abstract.md
+++ b/docs/dev_guide/0_Abstract.md
@@ -1,4 +1,4 @@
-# Developper Guide: use AGL CMake Templates
+# Use AGL CMake Templates
## Abstract
@@ -8,8 +8,8 @@ AGL Application Framework.
To build your AGL project using these templates, you have to install
them within your project and adjust compilation option in `config.cmake`.
For technical reasons, you also have to specify **cmake** target in
-sub CMakeLists.txt installed. Make a globbing search to find source files
-isn't recommended now to handle project build especially in a multiuser
+sub CMakeLists.txt installed. Make a globing search to find source files
+isn't recommended now to handle project build especially in a multi-user
project because CMake will not be aware of new or removed source files.
You'll find usage samples here: