Slight modification.
authorathos
Thu, 13 May 2004 09:56:21 +0000
changeset 628a3a53d7cedc2
parent 627 6cc21a9c9fda
child 629 6620dfc606af
Slight modification.
doc/coding_style.dox
     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