Skip to content
Snippets Groups Projects
Commit 3639f36d authored by Henry Weller's avatar Henry Weller
Browse files

codingStyleGuide: Corrected sectioning

parent 90f5cc6b
No related branches found
No related tags found
No related merge requests found
# -*- mode: org; -*- # -*- mode: org; -*-
# #
#+TITLE: OpenFOAM C++ style guide #+TITLE: OpenFOAM C++ Style Guide
#+AUTHOR: OpenFOAM Foundation #+AUTHOR: OpenFOAM Foundation
#+DATE: 2011-2016 #+DATE: 2011-2016
#+LINK: http://www.OpenFOAM.org #+LINK: http://www.OpenFOAM.org
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#+STARTUP: hidestars #+STARTUP: hidestars
#+STARTUP: odd #+STARTUP: odd
* OpenFOAM C++ style guide * Code
*** General *** General
+ 80 character lines max + 80 character lines max
+ The normal indentation is 4 spaces per logical level. + The normal indentation is 4 spaces per logical level.
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
) )
#+end_src #+end_src
** Documentation * Documentation
*** General *** General
+ For readability in the comment blocks, certain tags are used that are + For readability in the comment blocks, certain tags are used that are
translated by pre-filtering the file before sending it to Doxygen. translated by pre-filtering the file before sending it to Doxygen.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment