doc/coding_style.dox
changeset 919 e0cef67fe565
parent 440 88ed40ad0d4f
child 1092 dceba191c00d
     1.1 --- a/doc/coding_style.dox	Sat Jan 08 15:52:07 2011 +0100
     1.2 +++ b/doc/coding_style.dox	Sun Jan 09 16:51:14 2011 +0100
     1.3 @@ -98,10 +98,10 @@
     1.4  
     1.5  \subsection pri-loc-var Private member variables
     1.6  
     1.7 -Private member variables should start with underscore
     1.8 +Private member variables should start with underscore.
     1.9  
    1.10  \code
    1.11 -_start_with_underscores
    1.12 +_start_with_underscore
    1.13  \endcode
    1.14  
    1.15  \subsection cs-excep Exceptions