[Lemon-commits] [lemon_svn] klao: r649 - in hugo/trunk/src: include work/alpar work/athos work/marci

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:40:46 CET 2006


Author: klao
Date: Fri Apr 30 03:02:22 2004
New Revision: 649

Modified:
   hugo/trunk/src/include/bin_heap.h
   hugo/trunk/src/include/dijkstra.h
   hugo/trunk/src/include/error.h
   hugo/trunk/src/include/fib_heap.h
   hugo/trunk/src/include/smart_graph.h
   hugo/trunk/src/include/time_measure.h
   hugo/trunk/src/include/unionfind.h
   hugo/trunk/src/include/xy.h
   hugo/trunk/src/work/alpar/list_graph.h
   hugo/trunk/src/work/athos/minlengthpaths.h
   hugo/trunk/src/work/marci/graph_wrapper.h

Log:
ingroup bug

Modified: hugo/trunk/src/include/bin_heap.h
==============================================================================
--- hugo/trunk/src/include/bin_heap.h	(original)
+++ hugo/trunk/src/include/bin_heap.h	Fri Apr 30 03:02:22 2004
@@ -61,7 +61,7 @@
 #ifndef BIN_HEAP_HH
 #define BIN_HEAP_HH
 
-///ingroup auxdat
+///\ingroup auxdat
 ///\file
 ///\brief Binary Heap implementation.
 

Modified: hugo/trunk/src/include/dijkstra.h
==============================================================================
--- hugo/trunk/src/include/dijkstra.h	(original)
+++ hugo/trunk/src/include/dijkstra.h	Fri Apr 30 03:02:22 2004
@@ -2,7 +2,7 @@
 #ifndef HUGO_DIJKSTRA_H
 #define HUGO_DIJKSTRA_H
 
-///ingroup galgs
+///\ingroup galgs
 ///\file
 ///\brief Dijkstra algorithm.
 

Modified: hugo/trunk/src/include/error.h
==============================================================================
--- hugo/trunk/src/include/error.h	(original)
+++ hugo/trunk/src/include/error.h	Fri Apr 30 03:02:22 2004
@@ -3,6 +3,7 @@
 #ifndef HUGO_ERROR_H
 #define HUGO_ERROR_H
 
+//! \ingroup misc
 //! \file
 //! \brief Basic error handling (signaling) routines.
 

Modified: hugo/trunk/src/include/fib_heap.h
==============================================================================
--- hugo/trunk/src/include/fib_heap.h	(original)
+++ hugo/trunk/src/include/fib_heap.h	Fri Apr 30 03:02:22 2004
@@ -3,7 +3,7 @@
 #ifndef HUGO_FIB_HEAP_H
 #define HUGO_FIB_HEAP_H
 
-///ingroup auxdat
+///\ingroup auxdat
 ///\file
 ///\brief Fibonacci Heap implementation.
 

Modified: hugo/trunk/src/include/smart_graph.h
==============================================================================
--- hugo/trunk/src/include/smart_graph.h	(original)
+++ hugo/trunk/src/include/smart_graph.h	Fri Apr 30 03:02:22 2004
@@ -3,7 +3,7 @@
 #ifndef HUGO_SMART_GRAPH_H
 #define HUGO_SMART_GRAPH_H
 
-///ingroup graphs
+///\ingroup graphs
 ///\file
 ///\brief SmartGraph and SymSmartGraph classes.
 

Modified: hugo/trunk/src/include/time_measure.h
==============================================================================
--- hugo/trunk/src/include/time_measure.h	(original)
+++ hugo/trunk/src/include/time_measure.h	Fri Apr 30 03:02:22 2004
@@ -2,7 +2,7 @@
 #ifndef HUGO_TIME_MEASURE_H
 #define HUGO_TIME_MEASURE_H
 
-///ingroup misc
+///\ingroup misc
 ///\file
 ///\brief Tools for measuring cpu usage
 

Modified: hugo/trunk/src/include/unionfind.h
==============================================================================
--- hugo/trunk/src/include/unionfind.h	(original)
+++ hugo/trunk/src/include/unionfind.h	Fri Apr 30 03:02:22 2004
@@ -2,7 +2,7 @@
 #ifndef HUGO_UNION_FIND_H
 #define HUGO_UNION_FIND_H
 
-//!ingroup auxdat
+//!\ingroup auxdat
 //!\file
 //!\brief Union-Find data structures.
 

Modified: hugo/trunk/src/include/xy.h
==============================================================================
--- hugo/trunk/src/include/xy.h	(original)
+++ hugo/trunk/src/include/xy.h	Fri Apr 30 03:02:22 2004
@@ -4,7 +4,7 @@
 
 #include <iostream>
 
-///ingroup misc
+///\ingroup misc
 ///\file
 ///\brief A simple two dimensional vector and a bounding box implementation 
 ///

Modified: hugo/trunk/src/work/alpar/list_graph.h
==============================================================================
--- hugo/trunk/src/work/alpar/list_graph.h	(original)
+++ hugo/trunk/src/work/alpar/list_graph.h	Fri Apr 30 03:02:22 2004
@@ -3,7 +3,7 @@
 #ifndef HUGO_LIST_GRAPH_H
 #define HUGO_LIST_GRAPH_H
 
-///ingroup graphs
+///\ingroup graphs
 ///\file
 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
 

Modified: hugo/trunk/src/work/athos/minlengthpaths.h
==============================================================================
--- hugo/trunk/src/work/athos/minlengthpaths.h	(original)
+++ hugo/trunk/src/work/athos/minlengthpaths.h	Fri Apr 30 03:02:22 2004
@@ -2,7 +2,7 @@
 #ifndef HUGO_MINLENGTHPATHS_H
 #define HUGO_MINLENGTHPATHS_H
 
-///ingroup galgs
+///\ingroup galgs
 ///\file
 ///\brief An algorithm for finding k paths of minimal total length.
 

Modified: hugo/trunk/src/work/marci/graph_wrapper.h
==============================================================================
--- hugo/trunk/src/work/marci/graph_wrapper.h	(original)
+++ hugo/trunk/src/work/marci/graph_wrapper.h	Fri Apr 30 03:02:22 2004
@@ -2,7 +2,7 @@
 #ifndef HUGO_GRAPH_WRAPPER_H
 #define HUGO_GRAPH_WRAPPER_H
 
-///ingroup gwrappers
+///\ingroup gwrappers
 ///\file
 ///\brief Several graph wrappers.
 ///



More information about the Lemon-commits mailing list