equal
deleted
inserted
replaced
96 all_lower_case_with_underscores |
96 all_lower_case_with_underscores |
97 \endcode |
97 \endcode |
98 |
98 |
99 \subsection pri-loc-var Private member variables |
99 \subsection pri-loc-var Private member variables |
100 |
100 |
101 Private member variables should start with underscore |
101 Private member variables should start with underscore. |
102 |
102 |
103 \code |
103 \code |
104 _start_with_underscores |
104 _start_with_underscore |
105 \endcode |
105 \endcode |
106 |
106 |
107 \subsection cs-excep Exceptions |
107 \subsection cs-excep Exceptions |
108 |
108 |
109 When writing exceptions please comply the following naming conventions. |
109 When writing exceptions please comply the following naming conventions. |