COIN-OR::LEMON - Graph Library

Changeset 157:2ccc1afc2c52 in lemon-1.2 for lemon/bits


Ignore:
Timestamp:
05/24/08 23:20:49 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Using \tparam commands + removing \author commands (ticket #29, #39)

Location:
lemon/bits
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/alteration_notifier.h

    r107 r157  
    9595  /// \param _Container The container which is observed.
    9696  /// \param _Item The item type which is obserbved.
    97   ///
    98   /// \author Balazs Dezso
    9997
    10098  template <typename _Container, typename _Item>
     
    131129    /// about the container is built from an empty container or
    132130    /// is cleared to an empty container.
    133     ///
    134     /// \author Balazs Dezso
    135131
    136132    class ObserverBase {
  • lemon/bits/bezier.h

    r128 r157  
    2525///
    2626///Up to now this file is used internally by \ref graph_to_eps.h
    27 ///
    28 ///\author Alpar Juttner
    2927
    3028#include<lemon/dim2.h>
  • lemon/bits/vector_map.h

    r107 r157  
    4545  /// the map. This map type uses the std::vector to store the values.
    4646  ///
    47   /// \param Notifier The AlterationNotifier that will notify this map.
    48   /// \param Item The item type of the graph items.
    49   /// \param Value The value type of the map.
    50   ///
    51   /// \author Balazs Dezso     
     47  /// \tparam _Notifier The AlterationNotifier that will notify this map.
     48  /// \tparam _Item The item type of the graph items.
     49  /// \tparam _Value The value type of the map.
     50  /// \todo Fix the doc: there is _Graph parameter instead of _Notifier.
    5251  template <typename _Graph, typename _Item, typename _Value>
    5352  class VectorMap
Note: See TracChangeset for help on using the changeset viewer.