From 8520983b8e73bf25826fab4cc99fc656b11fabc0 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Tue, 20 Apr 2021 14:08:52 +0100 Subject: MLECO-1871: Adding external use-case directories support * Cmake updates * Markdownlint on docs * Removing windows command leftovers Signed-off-by: Isabella Gottardi Change-Id: I4a12b4e798559e8f4e8a3307038df7829137184a --- docs/sections/coding_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/sections/coding_guidelines.md') diff --git a/docs/sections/coding_guidelines.md b/docs/sections/coding_guidelines.md index f1813d3..752fe54 100644 --- a/docs/sections/coding_guidelines.md +++ b/docs/sections/coding_guidelines.md @@ -292,7 +292,7 @@ by other people. > **Note:** Leave one blank line between each of these groups for readability. >Use quotes for headers from within the same project and angle brackets for third-party and system headers. >Do not use paths relative to the current source file, such as `../Header.hpp`. Instead configure your include paths ->in the project makefiles. + >in the project makefiles. ```C++ #include "ExampleClass.hpp" // Own header -- cgit v1.2.1