diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-16 17:41:10 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-16 17:41:10 +0200 |
commit | 8c82a12896a17bbd94d107bc15c03b1816a8420c (patch) | |
tree | ef6941d425272230ff41bba86787576d03e5bd94 /docs/part-1/5_debug-first-app.md | |
parent | e661ef5b90f40ef61a1f8c0030abcf597c2dcbc6 (diff) |
Fixed and improved Note and Warning rendering.
Diffstat (limited to 'docs/part-1/5_debug-first-app.md')
-rw-r--r-- | docs/part-1/5_debug-first-app.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/part-1/5_debug-first-app.md b/docs/part-1/5_debug-first-app.md index cc0e8a2..15f58b9 100644 --- a/docs/part-1/5_debug-first-app.md +++ b/docs/part-1/5_debug-first-app.md @@ -146,7 +146,7 @@ xds-gdb -x target/gdb-on-root@myTarget.ini ``` <!-- note --> -> **Note** : [helloworld-native-application](https://github.com/iotbzh/helloworld-native-application) project is an AGL +> **Note:** : [helloworld-native-application](https://github.com/iotbzh/helloworld-native-application) project is an AGL project based on [app-templates](https://git.automotivelinux.org/apps/app-templates/) (included as a git submodule). This CMake templating, used to develop application with the AGL Application Framework, will automatically generate makefile rules |