From 4189871920bf5f43a17200ab83b89605682ac969 Mon Sep 17 00:00:00 2001 From: adrian Date: Tue, 11 Dec 2012 15:14:34 +0000 Subject: [PATCH] coding-style++ git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1972 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- doc/coding-style.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/coding-style.txt b/doc/coding-style.txt index ede1aca8..4661f063 100644 --- a/doc/coding-style.txt +++ b/doc/coding-style.txt @@ -25,6 +25,7 @@ The following style rules apply to C/C++/AspectC++ code: * Constant variables: uppercase * (no convention for local variables) * typedefs: lowercase, underscores (good_name_t) + * abbreviations (even in identifiers): uppercase - Comments: * Doxygen comments: