# HG changeset patch # User alpar # Date 1085748902 0 # Node ID 9cba4444d80468a5777c0449e511fd4283506c38 # Parent 410a1419e86b8eba08b8066b0d52337214bdf107 *** empty log message *** diff -r 410a1419e86b -r 9cba4444d804 doc/coding_style.dox --- a/doc/coding_style.dox Fri May 28 07:48:16 2004 +0000 +++ b/doc/coding_style.dox Fri May 28 12:55:02 2004 +0000 @@ -4,7 +4,12 @@ \section Naming Conventions -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. +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. \subsection cs-class Classes and other types