# HG changeset patch # User Alpar Juttner # Date 1199730183 -3600 # Node ID b11737922197cdfc716b5709d336b5a2dff74f34 # Parent 8f4e8273a45819ba6a0c3539e31ba762cc8aef1d Minor updates in the doc diff -r 8f4e8273a458 -r b11737922197 doc/coding_style.dox --- a/doc/coding_style.dox Mon Jan 07 19:22:09 2008 +0100 +++ b/doc/coding_style.dox Mon Jan 07 19:23:03 2008 +0100 @@ -38,7 +38,7 @@ \warning In some cases we diverge from these rules. -This primary done because STL uses different naming convention and +This is primary done because STL uses different naming convention and in certain cases it is beneficial to provide STL compatible interface. @@ -95,6 +95,14 @@ all_lower_case_with_underscores \endcode +\subsection pri-loc-var Private member variables + +Private member variables should start with underscore + +\code +_start_with_underscores +\endcode + \subsection cs-excep Exceptions When writing exceptions please comply the following naming conventions. diff -r 8f4e8273a458 -r b11737922197 doc/groups.dox --- a/doc/groups.dox Mon Jan 07 19:22:09 2008 +0100 +++ b/doc/groups.dox Mon Jan 07 19:23:03 2008 +0100 @@ -568,8 +568,8 @@ Some demo programs are listed here. Their full source codes can be found in the \c demo subdirectory of the source tree. -The standard compilation procedure (./configure;make) will compile -them, as well. +It order to compile them, use --enable-demo configure option when +build the library. */