[Lemon-commits] [lemon_svn] deba: r2964 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:51:30 CET 2006
Author: deba
Date: Fri Sep 29 13:26:29 2006
New Revision: 2964
Modified:
hugo/trunk/lemon/edge_set.h
hugo/trunk/lemon/sub_graph.h
Log:
Moving the file into correct group
Modified: hugo/trunk/lemon/edge_set.h
==============================================================================
--- hugo/trunk/lemon/edge_set.h (original)
+++ hugo/trunk/lemon/edge_set.h Fri Sep 29 13:26:29 2006
@@ -23,7 +23,7 @@
#include <lemon/bits/default_map.h>
#include <lemon/bits/edge_set_extender.h>
-/// \ingroup graphs
+/// \ingroup semi_adaptors
/// \file
/// \brief EdgeSet classes.
///
Modified: hugo/trunk/lemon/sub_graph.h
==============================================================================
--- hugo/trunk/lemon/sub_graph.h (original)
+++ hugo/trunk/lemon/sub_graph.h Fri Sep 29 13:26:29 2006
@@ -23,6 +23,12 @@
#include <lemon/bits/graph_adaptor_extender.h>
#include <lemon/bits/default_map.h>
+/// \ingroup semi_adaptors
+/// \file
+/// \brief Subgraphs.
+///
+/// Graphs with filtered edge and node set.
+
namespace lemon {
/// \brief Base for the SubGraph.
More information about the Lemon-commits
mailing list