From 20788d16c82a7e60cc40b1fa59e838e1c53177a4 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 10 Dec 2019 21:44:27 +0100 Subject: [PATCH] FEM: code conventions, add info in the regard of slashes --- src/Mod/Fem/coding_conventions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Mod/Fem/coding_conventions.md b/src/Mod/Fem/coding_conventions.md index 54631bf8535e..3a4f992b29c4 100644 --- a/src/Mod/Fem/coding_conventions.md +++ b/src/Mod/Fem/coding_conventions.md @@ -65,3 +65,8 @@ Python style is preferred over Doxygen style ## C++ ### Naming policy - CamelCase names + +### Code formatting +- slashes + - Do not use to many slashes in a row. This could cause trouble with Doxygen. + - see [PR with comment] (https://github.com/FreeCAD/FreeCAD/pull/2757#discussion_r355218913)