doc/coding_style.dox
changeset 951 0f1fe84ff36c
parent 811 e27135322727
child 955 0a066f80e05f
equal deleted inserted replaced
6:000f19e75d68 7:9203a67c6213
     1 /*!
     1 /*!
     2 
     2 
     3 \page coding_style Hugo Coding Style 
     3 \page coding_style LEMON Coding Style 
     4 
     4 
     5 \section naming_conv Naming Conventions
     5 \section naming_conv Naming Conventions
     6 
     6 
     7 In order to make development easier we have made some conventions
     7 In order to make development easier we have made some conventions
     8 according to coding style. These include names of types, classes,
     8 according to coding style. These include names of types, classes,
     9 functions, variables, constants and exceptions. If these conventions
     9 functions, variables, constants and exceptions. If these conventions
    10 are met in one's code then it is easier to read and maintain
    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
    11 it. Please comply with these conventions if you want to contribute
    12 developing Hugo library.
    12 developing LEMON library.
    13 
    13 
    14 \subsection cs-class Classes and other types
    14 \subsection cs-class Classes and other types
    15 
    15 
    16 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:
    17 
    17