COIN-OR::LEMON - Graph Library

Changeset 2157:f9171bfc7ebb in lemon-0.x for doc


Ignore:
Timestamp:
07/20/06 08:20:27 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2872
Message:
  • Doc improvements
  • rot180() added to xy.h
Location:
doc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/coding_style.dox

    r1788 r2157  
    1111it. Please comply with these conventions if you want to contribute
    1212developing LEMON library.
     13
     14\note When the coding style requires the capitalization of an abbreviation,
     15only the first letter should be upper case.
     16
     17\code
     18XmlReader
     19\endcode
     20
    1321
    1422\warning In some cases we diverge from these rules.
  • doc/dirs.dox

    r1715 r2157  
    1010\dir doc
    1111\brief Auxiliary (and the whole generated) documentation.
    12  Auxiliary (and the whole generated) documentation.
     12
     13Auxiliary (and the whole generated) documentation.
    1314*/
    1415
  • doc/namespaces.dox

    r959 r2157  
    11/// The namespace of LEMON
    22
    3 /// \todo Some more detailed description would be nice here.
     3/// The namespace of LEMON
    44///
    55namespace lemon {
     
    77  /// The namespace of LEMON concepts and concept checking classes
    88
    9   /// \todo Some more detailed description would be nice here.
     9  /// The namespace of LEMON concepts and concept checking classes
    1010  ///
    1111  namespace concept {}
  • doc/template.h

    r1875 r2157  
    11/* -*- C++ -*-
    2  * lemon/template.h - Part of LEMON, a generic C++ optimization library
    32 *
    4  * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     3 * This file is a part of LEMON, a generic C++ optimization library
     4 *
     5 * Copyright (C) 2003-2006
     6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    57 * (Egervary Research Group on Combinatorial Optimization, EGRES).
    68 *
Note: See TracChangeset for help on using the changeset viewer.