From 3639f36d37e3c3f1ce90dc19aac3621e1ca9b91e Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Wed, 20 Apr 2016 10:33:19 +0100 Subject: [PATCH] codingStyleGuide: Corrected sectioning --- doc/codingStyleGuide.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/codingStyleGuide.org b/doc/codingStyleGuide.org index e763b7c0c15..ba9343a7674 100644 --- a/doc/codingStyleGuide.org +++ b/doc/codingStyleGuide.org @@ -1,6 +1,6 @@ # -*- mode: org; -*- # -#+TITLE: OpenFOAM C++ style guide +#+TITLE: OpenFOAM C++ Style Guide #+AUTHOR: OpenFOAM Foundation #+DATE: 2011-2016 #+LINK: http://www.OpenFOAM.org @@ -8,7 +8,7 @@ #+STARTUP: hidestars #+STARTUP: odd -* OpenFOAM C++ style guide +* Code *** General + 80 character lines max + The normal indentation is 4 spaces per logical level. @@ -365,7 +365,7 @@ ) #+end_src -** Documentation +* Documentation *** General + For readability in the comment blocks, certain tags are used that are translated by pre-filtering the file before sending it to Doxygen. -- GitLab