src/hugo/xy.h
changeset 814 d2d747fe1db3
parent 539 fb261e3a9a0f
child 906 17f31d280385
     1.1 --- a/src/hugo/xy.h	Tue Sep 07 10:35:31 2004 +0000
     1.2 +++ b/src/hugo/xy.h	Tue Sep 07 10:56:37 2004 +0000
     1.3 @@ -118,7 +118,10 @@
     1.4  
     1.5      };
     1.6  
     1.7 -  ///Reading a plainvector from a stream
     1.8 +  ///Read a plainvector from a stream
     1.9 +
    1.10 +  ///\relates xy
    1.11 +  ///
    1.12    template<typename T>
    1.13    inline
    1.14    std::istream& operator>>(std::istream &is, xy<T> &z)
    1.15 @@ -128,7 +131,10 @@
    1.16      return is;
    1.17    }
    1.18  
    1.19 -  ///Outputting a plainvector to a stream
    1.20 +  ///Write a plainvector to a stream
    1.21 +
    1.22 +  ///\relates xy
    1.23 +  ///
    1.24    template<typename T>
    1.25    inline
    1.26    std::ostream& operator<<(std::ostream &os, xy<T> z)