gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Move list and edge sets to the graph module (#290)
0 2 0
default
2 files changed with 5 insertions and 15 deletions:
↑ Collapse diff ↑
Show white space 2 line context
... ...
@@ -140,12 +140,2 @@
140 140
/**
141
@defgroup semi_adaptors Semi-Adaptor Classes for Graphs
142
@ingroup graphs
143
\brief Graph types between real graphs and graph adaptors.
144

	
145
This group contains some graph types between real graphs and graph adaptors.
146
These classes wrap graphs to give new functionality as the adaptors do it.
147
On the other hand they are not light-weight structures as the adaptors.
148
*/
149

	
150
/**
151 141
@defgroup maps Maps
Show white space 2 line context
... ...
@@ -24,3 +24,3 @@
24 24

	
25
/// \ingroup semi_adaptors
25
/// \ingroup graphs
26 26
/// \file
... ...
@@ -232,3 +232,3 @@
232 232

	
233
  /// \ingroup semi_adaptors
233
  /// \ingroup graphs
234 234
  ///
... ...
@@ -656,3 +656,3 @@
656 656

	
657
  /// \ingroup semi_adaptors
657
  /// \ingroup graphs
658 658
  ///
... ...
@@ -915,3 +915,3 @@
915 915

	
916
  /// \ingroup semi_adaptors
916
  /// \ingroup graphs
917 917
  ///
... ...
@@ -1259,3 +1259,3 @@
1259 1259

	
1260
  /// \ingroup semi_adaptors
1260
  /// \ingroup graphs
1261 1261
  ///
0 comments (0 inline)