doc/coding_style.dox
changeset 628 a3a53d7cedc2
parent 614 75cf1d52eee5
child 667 9cba4444d804
     1.1 --- a/doc/coding_style.dox	Thu May 13 08:20:39 2004 +0000
     1.2 +++ b/doc/coding_style.dox	Thu May 13 09:56:21 2004 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  
     1.5  \section Naming Conventions
     1.6  
     1.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. 
     1.8 +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. 
     1.9  
    1.10  \subsection cs-class Classes and other types
    1.11