Changeset 210:81cfc04531e8 in lemon-1.0 for doc/coding_style.dox
- Timestamp:
- 07/13/08 21:09:47 (16 years ago)
- Branch:
- default
- Children:
- 211:542dd614cbb4, 212:1ae84dea7d09, 214:60eecd3fe37a, 216:6d7bfcf5b48e
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/coding_style.dox
r209 r210 90 90 \subsection cs-loc-var Class and instance member variables, auto variables 91 91 92 The names of class and instance member variables and auto variables (=variables used locally in methods) should look like the following. 92 The names of class and instance member variables and auto variables 93 (=variables used locally in methods) should look like the following. 93 94 94 95 \code
Note: See TracChangeset
for help on using the changeset viewer.