FEM: code conventions, add info in the regard of slashes

This commit is contained in:
Bernd Hahnebach
2019-12-10 21:44:27 +01:00
parent 0b6e79be35
commit 20788d16c8

View File

@@ -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)