doc/coding_style.dox
changeset 1083 8043b93e5973
parent 991 e619a466ca5d
child 1788 614ce2dd3cba
     1.1 --- a/doc/coding_style.dox	Sun Jan 16 22:27:34 2005 +0000
     1.2 +++ b/doc/coding_style.dox	Sun Jan 16 22:29:28 2005 +0000
     1.3 @@ -24,7 +24,7 @@
     1.4  header_file.h
     1.5  \endcode
     1.6  
     1.7 -Note that all standard Lemon headers are located in the \c lemon subdirectory,
     1.8 +Note that all standard LEMON headers are located in the \c lemon subdirectory,
     1.9  so you should include them from C++ source like this:
    1.10  
    1.11  \code
    1.12 @@ -79,7 +79,7 @@
    1.13  
    1.14  \section header-template Template Header File
    1.15  
    1.16 -Each Lemon header file should look like this:
    1.17 +Each LEMON header file should look like this:
    1.18  
    1.19  \include template.h
    1.20