diff -r 8f4e8273a458 -r b11737922197 doc/coding_style.dox --- a/doc/coding_style.dox Mon Jan 07 19:22:09 2008 +0100 +++ b/doc/coding_style.dox Mon Jan 07 19:23:03 2008 +0100 @@ -38,7 +38,7 @@ \warning In some cases we diverge from these rules. -This primary done because STL uses different naming convention and +This is primary done because STL uses different naming convention and in certain cases it is beneficial to provide STL compatible interface. @@ -95,6 +95,14 @@ all_lower_case_with_underscores \endcode +\subsection pri-loc-var Private member variables + +Private member variables should start with underscore + +\code +_start_with_underscores +\endcode + \subsection cs-excep Exceptions When writing exceptions please comply the following naming conventions.