Minor change (STL naming conv. differs from our).
1.1 --- a/doc/coding_style.dox Mon Sep 06 17:12:00 2004 +0000
1.2 +++ b/doc/coding_style.dox Mon Sep 06 17:13:07 2004 +0000
1.3 @@ -2,7 +2,7 @@
1.4
1.5 \page coding_style Hugo Coding Style
1.6
1.7 -\section Naming Conventions
1.8 +\section naming_conv Naming Conventions
1.9
1.10 In order to make development easier we have made some conventions
1.11 according to coding style. These include names of types, classes,
1.12 @@ -51,5 +51,9 @@
1.13 ClassNameEndsWithException
1.14 \endcode
1.15
1.16 +\warning In some cases we diverge from these rules.
1.17 +This primary done because STL uses different naming convention and
1.18 +in certain cases
1.19 +it is beneficial to provide STL compatible interface.
1.20
1.21 */