Changes in doc/coding_style.dox [919:e0cef67fe565:210:81cfc04531e8] in lemon-main
- File:
-
- 1 edited
-
doc/coding_style.dox (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/coding_style.dox
r919 r210 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-200 95 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 99 99 \subsection pri-loc-var Private member variables 100 100 101 Private member variables should start with underscore .101 Private member variables should start with underscore 102 102 103 103 \code 104 _start_with_underscore 104 _start_with_underscores 105 105 \endcode 106 106
Note: See TracChangeset
for help on using the changeset viewer.

