[Lemon-commits] [lemon_svn] alpar: r1106 - hugo/trunk/doc

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:43:17 CET 2006


Author: alpar
Date: Mon Sep  6 19:13:07 2004
New Revision: 1106

Modified:
   hugo/trunk/doc/coding_style.dox

Log:
Minor change (STL naming conv. differs from our).

Modified: hugo/trunk/doc/coding_style.dox
==============================================================================
--- hugo/trunk/doc/coding_style.dox	(original)
+++ hugo/trunk/doc/coding_style.dox	Mon Sep  6 19:13:07 2004
@@ -2,7 +2,7 @@
 
 \page coding_style Hugo Coding Style 
 
-\section Naming Conventions
+\section naming_conv Naming Conventions
 
 In order to make development easier we have made some conventions
 according to coding style. These include names of types, classes,
@@ -51,5 +51,9 @@
 ClassNameEndsWithException
 \endcode
 
+\warning In some cases we diverge from these rules.
+This primary done because STL uses different naming convention and
+in certain cases
+it is beneficial to provide STL compatible interface.
 
 */



More information about the Lemon-commits mailing list