diff -r 8583fb74238c -r e0cef67fe565 doc/coding_style.dox --- a/doc/coding_style.dox Sat Jan 08 15:52:07 2011 +0100 +++ b/doc/coding_style.dox Sun Jan 09 16:51:14 2011 +0100 @@ -98,10 +98,10 @@ \subsection pri-loc-var Private member variables -Private member variables should start with underscore +Private member variables should start with underscore. \code -_start_with_underscores +_start_with_underscore \endcode \subsection cs-excep Exceptions