diff -r e9eae612f01c -r 8043b93e5973 doc/coding_style.dox --- a/doc/coding_style.dox Sun Jan 16 22:27:34 2005 +0000 +++ b/doc/coding_style.dox Sun Jan 16 22:29:28 2005 +0000 @@ -24,7 +24,7 @@ header_file.h \endcode -Note that all standard Lemon headers are located in the \c lemon subdirectory, +Note that all standard LEMON headers are located in the \c lemon subdirectory, so you should include them from C++ source like this: \code @@ -79,7 +79,7 @@ \section header-template Template Header File -Each Lemon header file should look like this: +Each LEMON header file should look like this: \include template.h