From ccf57e3d7a989652c3b88a202fac296e9812a094 Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 21 Jun 2012 11:49:46 +0000 Subject: [PATCH] ++coding-style.txt git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1373 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- doc/coding-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coding-style.txt b/doc/coding-style.txt index 2016d616..ede1aca8 100644 --- a/doc/coding-style.txt +++ b/doc/coding-style.txt @@ -16,7 +16,7 @@ The following style rules apply to C/C++/AspectC++ code: - Naming conventions: * Source files: .cc (Source), .hpp (Header), .ah (Aspect Header), MixedCase * Namespaces: lowercase - * Classes: MixedCase, starting with uppercase letter + * Classes, (global) functions: MixedCase, starting with uppercase letter * Public members: MixedCase, starting with lowercase letter * Private & protected members: starting with "m_" * Global Variables: starting with "g_"