COIN-OR::LEMON - Graph Library

Changeset 41:b11737922197 in lemon-1.2 for doc


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

Location:
doc
Files:
2 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
  • doc/groups.dox

    r40 r41  
    569569the \c demo subdirectory of the source tree.
    570570
     571It order to compile them, use <tt>--enable-demo</tt> configure option when
     572build the library.
     573
     574*/
     575
     576/**
     577@defgroup tools Standalone utility applications
     578
     579Some utility applications are listed here.
     580
    571581The standard compilation procedure (<tt>./configure;make</tt>) will compile
    572582them, as well.
     
    574584*/
    575585
    576 /**
    577 @defgroup tools Standalone utility applications
    578 
    579 Some utility applications are listed here.
    580 
    581 The standard compilation procedure (<tt>./configure;make</tt>) will compile
    582 them, as well.
    583 
    584 */
    585 
Note: See TracChangeset for help on using the changeset viewer.