coding-style++

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1972 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-12-11 15:14:34 +00:00
parent 0799d5dcf1
commit 4189871920

View File

@ -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: