summaryrefslogtreecommitdiff
path: root/doc/dlt_for_developers.md
diff options
context:
space:
mode:
authorthanhbnq <49302843+thanhbnq@users.noreply.github.com>2019-04-16 14:52:52 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-04-16 16:52:52 +0900
commit5d21bc4858c7d0d67adb1e0cdec9880d97b83567 (patch)
tree7ff7f2e5bb6ebf3c2d51e5e3eb2a08df2449aaef /doc/dlt_for_developers.md
parent376bf6c1750d8d1c6bb1a5abc73e5b081d7b7825 (diff)
downloadDLT-daemon-5d21bc4858c7d0d67adb1e0cdec9880d97b83567.tar.gz
doc: Update doc/CMakeList.txt after cleanup documentation (#111) (#117)
* doc: Update after cleanup documentation - Add ascii_doc check - Spaces instead of tabs in doc/CMakeList.txt - Change style in markdown files to avoid error while converting from md to html - Since manpages are generated by pandoc, "doc-man" part is removed from doc/CMakeList.txt Signed-off-by: thanhbnq <thanh.buinguyenquoc@vn.bosch.vn>
Diffstat (limited to 'doc/dlt_for_developers.md')
-rw-r--r--doc/dlt_for_developers.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/dlt_for_developers.md b/doc/dlt_for_developers.md
index b020357..e24f15f 100644
--- a/doc/dlt_for_developers.md
+++ b/doc/dlt_for_developers.md
@@ -404,7 +404,6 @@ DLT_PTR(PTR_VAR) | Architecture independent macro to print pointers
### DLT C++ Extension
-Important note: By default, C++ Extension is disabled in ADIT platform. It can be enabled by setting the CMake option: *WITH_DLT_CXX11_EXT=ON*.
The DLT C++ extension was added to DLT in version 2.13 . This approach solves the need to specify the type of each argument for applications written in C++ by using C++ templates and function overloading. The following shows the usage of this API extension:
```