doc/coding_style.dox
changeset 1402 3c00344f49c9
parent 1023 e0cef67fe565
     1.1 --- a/doc/coding_style.dox	Mon Jul 16 16:21:40 2018 +0200
     1.2 +++ b/doc/coding_style.dox	Wed Oct 17 19:14:07 2018 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2009
     1.8 + * Copyright (C) 2003-2013
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -98,10 +98,10 @@
    1.13  
    1.14  \subsection pri-loc-var Private member variables
    1.15  
    1.16 -Private member variables should start with underscore
    1.17 +Private member variables should start with underscore.
    1.18  
    1.19  \code
    1.20 -_start_with_underscores
    1.21 +_start_with_underscore
    1.22  \endcode
    1.23  
    1.24  \subsection cs-excep Exceptions