# HG changeset patch # User alpar # Date 1094490787 0 # Node ID e271353227275f1c67c00f1bd2cc0bb96f487ab5 # Parent e9fbc747ca478f676ca4fc12771d0955d0c933ad Minor change (STL naming conv. differs from our). diff -r e9fbc747ca47 -r e27135322727 doc/coding_style.dox --- a/doc/coding_style.dox Mon Sep 06 17:12:00 2004 +0000 +++ b/doc/coding_style.dox Mon Sep 06 17:13:07 2004 +0000 @@ -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. */