doc/coding_style.dox
changeset 682 1ea8162ce638
parent 628 a3a53d7cedc2
child 811 e27135322727
equal deleted inserted replaced
4:cd8bf7bfa388 5:81d44336ac6e
     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 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 \subsection cs-class Classes and other types
    14 \subsection cs-class Classes and other types
    10 
    15 
    11 The name of a class or any type should look like the following:
    16 The name of a class or any type should look like the following:
    12 
    17