# HG changeset patch # User klao # Date 1083286942 0 # Node ID 4804c967543dc4260bb804e3ab1acfa50c93d060 # Parent ceb56ff9d07f6852d3684991314e61dccfa3d1b8 ingroup bug diff -r ceb56ff9d07f -r 4804c967543d src/include/bin_heap.h --- a/src/include/bin_heap.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/include/bin_heap.h Fri Apr 30 01:02:22 2004 +0000 @@ -61,7 +61,7 @@ #ifndef BIN_HEAP_HH #define BIN_HEAP_HH -///ingroup auxdat +///\ingroup auxdat ///\file ///\brief Binary Heap implementation. diff -r ceb56ff9d07f -r 4804c967543d src/include/dijkstra.h --- a/src/include/dijkstra.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/include/dijkstra.h Fri Apr 30 01:02:22 2004 +0000 @@ -2,7 +2,7 @@ #ifndef HUGO_DIJKSTRA_H #define HUGO_DIJKSTRA_H -///ingroup galgs +///\ingroup galgs ///\file ///\brief Dijkstra algorithm. diff -r ceb56ff9d07f -r 4804c967543d src/include/error.h --- a/src/include/error.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/include/error.h Fri Apr 30 01:02:22 2004 +0000 @@ -3,6 +3,7 @@ #ifndef HUGO_ERROR_H #define HUGO_ERROR_H +//! \ingroup misc //! \file //! \brief Basic error handling (signaling) routines. diff -r ceb56ff9d07f -r 4804c967543d src/include/fib_heap.h --- a/src/include/fib_heap.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/include/fib_heap.h Fri Apr 30 01:02:22 2004 +0000 @@ -3,7 +3,7 @@ #ifndef HUGO_FIB_HEAP_H #define HUGO_FIB_HEAP_H -///ingroup auxdat +///\ingroup auxdat ///\file ///\brief Fibonacci Heap implementation. diff -r ceb56ff9d07f -r 4804c967543d src/include/smart_graph.h --- a/src/include/smart_graph.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/include/smart_graph.h Fri Apr 30 01:02:22 2004 +0000 @@ -3,7 +3,7 @@ #ifndef HUGO_SMART_GRAPH_H #define HUGO_SMART_GRAPH_H -///ingroup graphs +///\ingroup graphs ///\file ///\brief SmartGraph and SymSmartGraph classes. diff -r ceb56ff9d07f -r 4804c967543d src/include/time_measure.h --- a/src/include/time_measure.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/include/time_measure.h Fri Apr 30 01:02:22 2004 +0000 @@ -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 diff -r ceb56ff9d07f -r 4804c967543d src/include/unionfind.h --- a/src/include/unionfind.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/include/unionfind.h Fri Apr 30 01:02:22 2004 +0000 @@ -2,7 +2,7 @@ #ifndef HUGO_UNION_FIND_H #define HUGO_UNION_FIND_H -//!ingroup auxdat +//!\ingroup auxdat //!\file //!\brief Union-Find data structures. diff -r ceb56ff9d07f -r 4804c967543d src/include/xy.h --- a/src/include/xy.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/include/xy.h Fri Apr 30 01:02:22 2004 +0000 @@ -4,7 +4,7 @@ #include -///ingroup misc +///\ingroup misc ///\file ///\brief A simple two dimensional vector and a bounding box implementation /// diff -r ceb56ff9d07f -r 4804c967543d src/work/alpar/list_graph.h --- a/src/work/alpar/list_graph.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/work/alpar/list_graph.h Fri Apr 30 01:02:22 2004 +0000 @@ -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. diff -r ceb56ff9d07f -r 4804c967543d src/work/athos/minlengthpaths.h --- a/src/work/athos/minlengthpaths.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/work/athos/minlengthpaths.h Fri Apr 30 01:02:22 2004 +0000 @@ -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. diff -r ceb56ff9d07f -r 4804c967543d src/work/marci/graph_wrapper.h --- a/src/work/marci/graph_wrapper.h Thu Apr 29 23:24:42 2004 +0000 +++ b/src/work/marci/graph_wrapper.h Fri Apr 30 01:02:22 2004 +0000 @@ -2,7 +2,7 @@ #ifndef HUGO_GRAPH_WRAPPER_H #define HUGO_GRAPH_WRAPPER_H -///ingroup gwrappers +///\ingroup gwrappers ///\file ///\brief Several graph wrappers. ///