Changeset 667:9cba4444d804 in lemon-0.x
- Timestamp:
- 05/28/04 14:55:02 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@879
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/coding_style.dox
r628 r667 5 5 \section Naming Conventions 6 6 7 In order to make development easier we have made some conventions according to coding style. These include names of types, classes, functions, variables, constants and exceptions. If these conventions are met in one's code then it is easier to read and maintain that code. Please comply with these conventions if you want to contribute developing Hugo library. 7 In order to make development easier we have made some conventions 8 according to coding style. These include names of types, classes, 9 functions, variables, constants and exceptions. If these conventions 10 are met in one's code then it is easier to read and maintain 11 it. Please comply with these conventions if you want to contribute 12 developing Hugo library. 8 13 9 14 \subsection cs-class Classes and other types
Note: See TracChangeset
for help on using the changeset viewer.