# HG changeset patch # User alpar # Date 1083003402 0 # Node ID 79a5641f2dbca6616a02397e859fbd5a45f93076 # Parent 60e4627e8c7499ab9c13512a89e9792439c60bc5 docs diff -r 60e4627e8c74 -r 79a5641f2dbc src/include/time_measure.h --- a/src/include/time_measure.h Mon Apr 26 18:08:46 2004 +0000 +++ b/src/include/time_measure.h Mon Apr 26 18:16:42 2004 +0000 @@ -2,7 +2,7 @@ #ifndef HUGO_TIME_MEASURE_H #define HUGO_TIME_MEASURE_H -///ingroup graphs +///ingroup misc ///\file ///\brief Tools for measuring cpu usage diff -r 60e4627e8c74 -r 79a5641f2dbc src/work/athos/xy/xy.h --- a/src/work/athos/xy/xy.h Mon Apr 26 18:08:46 2004 +0000 +++ b/src/work/athos/xy/xy.h Mon Apr 26 18:16:42 2004 +0000 @@ -4,8 +4,7 @@ #include -namespace hugo { - +///ingroup misc ///\file ///\brief A simple two dimensional vector and a bounding box implementation /// @@ -17,6 +16,11 @@ /// the rectangular bounding box a set of \ref hugo::xy "xy"'s. +namespace hugo { + + /// \addtogroup misc + /// @{ + /** \brief 2 dimensional vector (plainvector) implementation @@ -209,6 +213,7 @@ };//class Boundingbox + /// @} } //namespace hugo