[Lemon-commits] [lemon_svn] alpar: r571 - in hugo/trunk/src: include work/athos/xy
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:18 CET 2006
Author: alpar
Date: Mon Apr 26 20:16:42 2004
New Revision: 571
Modified:
hugo/trunk/src/include/time_measure.h
hugo/trunk/src/work/athos/xy/xy.h
Log:
docs
Modified: hugo/trunk/src/include/time_measure.h
==============================================================================
--- hugo/trunk/src/include/time_measure.h (original)
+++ hugo/trunk/src/include/time_measure.h Mon Apr 26 20:16:42 2004
@@ -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
Modified: hugo/trunk/src/work/athos/xy/xy.h
==============================================================================
--- hugo/trunk/src/work/athos/xy/xy.h (original)
+++ hugo/trunk/src/work/athos/xy/xy.h Mon Apr 26 20:16:42 2004
@@ -4,8 +4,7 @@
#include <iostream>
-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
More information about the Lemon-commits
mailing list