COIN-OR::LEMON - Graph Library

Changeset 814:d2d747fe1db3 in lemon-0.x


Ignore:
Timestamp:
09/07/04 12:56:37 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1110
Message:

Improve docs.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r794 r814  
     1
    12/**
    23@defgroup datas Data Structures
     
    1718Hugolib also offers special graphs that cannot be used alone but only
    1819in conjunction with other graph representation. The examples for this are
    19 \ref EdgeSet, \ref NodeSet, and the large variety of graph wrappers.
     20\ref hugo::EdgeSet "EdgeSet", \ref hugo::NodeSet "NodeSet"
     21and the large variety of \ref gwrappers "graph wrappers".
    2022
    2123You are free to use the graph structure that fit your requirements
     
    8284The stuff here is subject to change.
    8385*/
    84 
    85 /// \ingroup misc experimental
    86 namespace hugo { }
  • src/hugo/time_measure.h

    r696 r814  
    130130  ///#include<hugo/time_measure.h>
    131131  ///#include<iostream>
    132 
     132  ///
    133133  ///int main()
    134134  ///{
     
    194194  /// \li \c cs: system cpu time of children,
    195195  /// \li \c real: real time.
     196  /// \relates TimeStamp
    196197  inline std::ostream& operator<<(std::ostream& os,const TimeStamp &t)
    197198  {
  • src/hugo/xy.h

    r539 r814  
    119119    };
    120120
    121   ///Reading a plainvector from a stream
     121  ///Read a plainvector from a stream
     122
     123  ///\relates xy
     124  ///
    122125  template<typename T>
    123126  inline
     
    129132  }
    130133
    131   ///Outputting a plainvector to a stream
     134  ///Write a plainvector to a stream
     135
     136  ///\relates xy
     137  ///
    132138  template<typename T>
    133139  inline
Note: See TracChangeset for help on using the changeset viewer.