Skip to content

Commit

Permalink
FEM: code conventions, add info in the regard of slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Dec 10, 2019
1 parent 0b6e79b commit 20788d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Mod/Fem/coding_conventions.md
Expand Up @@ -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.

This comment has been minimized.

Copy link
@vocx-fc

vocx-fc Dec 11, 2019

Contributor

What about this?

- slashes
    - Do not use more than two forward slashes // in comments.
    - Three slashes /// should be used only for Doxygen documentation blocks.
- see [PR with comment] (https://github.com/FreeCAD/FreeCAD/pull/2757#discussion_r355218913)

0 comments on commit 20788d1

Please sign in to comment.