doc/coding_style.dox
changeset 921 818510fa3d99
parent 811 e27135322727
child 955 0a066f80e05f
     1.1 --- a/doc/coding_style.dox	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/doc/coding_style.dox	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  /*!
     1.5  
     1.6 -\page coding_style Hugo Coding Style 
     1.7 +\page coding_style LEMON Coding Style 
     1.8  
     1.9  \section naming_conv Naming Conventions
    1.10  
    1.11 @@ -9,7 +9,7 @@
    1.12  functions, variables, constants and exceptions. If these conventions
    1.13  are met in one's code then it is easier to read and maintain
    1.14  it. Please comply with these conventions if you want to contribute
    1.15 -developing Hugo library.
    1.16 +developing LEMON library.
    1.17  
    1.18  \subsection cs-class Classes and other types
    1.19