doc/coding_style.dox
changeset 642 e812963087f0
parent 614 75cf1d52eee5
child 667 9cba4444d804
equal deleted inserted replaced
3:7485312fd58d 4:cd8bf7bfa388
     2 
     2 
     3 \page coding_style Hugo Coding Style 
     3 \page coding_style Hugo Coding Style 
     4 
     4 
     5 \section Naming Conventions
     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 it. 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 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. 
     8 
     8 
     9 \subsection cs-class Classes and other types
     9 \subsection cs-class Classes and other types
    10 
    10 
    11 The name of a class or any type should look like the following:
    11 The name of a class or any type should look like the following:
    12 
    12