Changeset 41:b11737922197 in lemon-main
- Timestamp:
- 01/07/08 19:23:03 (17 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/coding_style.dox
r40 r41 39 39 40 40 \warning In some cases we diverge from these rules. 41 This primary done because STL uses different naming convention and41 This is primary done because STL uses different naming convention and 42 42 in certain cases 43 43 it is beneficial to provide STL compatible interface. … … 96 96 \endcode 97 97 98 \subsection pri-loc-var Private member variables 99 100 Private member variables should start with underscore 101 102 \code 103 _start_with_underscores 104 \endcode 105 98 106 \subsection cs-excep Exceptions 99 107 -
doc/groups.dox
r40 r41 569 569 the \c demo subdirectory of the source tree. 570 570 571 It order to compile them, use <tt>--enable-demo</tt> configure option when 572 build the library. 573 574 */ 575 576 /** 577 @defgroup tools Standalone utility applications 578 579 Some utility applications are listed here. 580 571 581 The standard compilation procedure (<tt>./configure;make</tt>) will compile 572 582 them, as well. … … 574 584 */ 575 585 576 /**577 @defgroup tools Standalone utility applications578 579 Some utility applications are listed here.580 581 The standard compilation procedure (<tt>./configure;make</tt>) will compile582 them, as well.583 584 */585
Note: See TracChangeset
for help on using the changeset viewer.