src/work/athos/xy/boundingbox.h
changeset 242 b255f25ad394
parent 240 4a1d2e642552
     1.1 --- a/src/work/athos/xy/boundingbox.h	Wed Mar 24 09:36:21 2004 +0000
     1.2 +++ b/src/work/athos/xy/boundingbox.h	Wed Mar 24 13:06:06 2004 +0000
     1.3 @@ -1,8 +1,4 @@
     1.4  // -*- c++ -*-
     1.5 -/**
     1.6 -Implementation of a bounding box of plainvectors.
     1.7 -
     1.8 -*/
     1.9  #ifndef HUGO_BOUNDINGBOX_H
    1.10  #define HUGO_BOUNDINGBOX_H
    1.11  
    1.12 @@ -11,6 +7,10 @@
    1.13  
    1.14  namespace hugo {
    1.15  
    1.16 +  /** \brief
    1.17 +     Implementation of a bounding box of plainvectors.
    1.18 +     
    1.19 +  */
    1.20    template<typename T>
    1.21      class BoundingBox {
    1.22        xy<T> bottomleft, topright;