From 5d21bc4858c7d0d67adb1e0cdec9880d97b83567 Mon Sep 17 00:00:00 2001 From: thanhbnq <49302843+thanhbnq@users.noreply.github.com> Date: Tue, 16 Apr 2019 14:52:52 +0700 Subject: 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 --- doc/dlt_user_manual.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/dlt_user_manual.txt') diff --git a/doc/dlt_user_manual.txt b/doc/dlt_user_manual.txt index 24c3a01..5cccfe9 100644 --- a/doc/dlt_user_manual.txt +++ b/doc/dlt_user_manual.txt @@ -258,9 +258,9 @@ DLT_DECLARE_CONTEXT(myContext); ---- int main(int argc, const char\* argv\[\]) { -DLT_REGISTER_APP("LOG","Test Application for Logging"); + DLT_REGISTER_APP("LOG","Test Application for Logging"); -DLT_REGISTER_CONTEXT(mycontext,"TEST","Test Context for Logging"); + DLT_REGISTER_CONTEXT(mycontext,"TEST","Test Context for Logging"); ... } -- cgit v1.2.1