COIN-OR::LEMON - Graph Library

Changeset 41:b11737922197 in lemon-1.2 for doc/coding_style.dox


Ignore:
Timestamp:
01/07/08 19:23:03 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Minor updates in the doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/coding_style.dox

    r40 r41  
    3939
    4040\warning In some cases we diverge from these rules.
    41 This primary done because STL uses different naming convention and
     41This is primary done because STL uses different naming convention and
    4242in certain cases
    4343it is beneficial to provide STL compatible interface.
     
    9696\endcode
    9797
     98\subsection pri-loc-var Private member variables
     99
     100Private member variables should start with underscore
     101
     102\code
     103_start_with_underscores
     104\endcode
     105
    98106\subsection cs-excep Exceptions
    99107
Note: See TracChangeset for help on using the changeset viewer.