From 67e99a217bd88a289d997b73f3e7cae6019bc22f Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 13 May 2009 17:01:15 +0200 Subject: fixing doxygen documentation --- ue3/mycpu/cdat.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'ue3/mycpu/cdat.h') diff --git a/ue3/mycpu/cdat.h b/ue3/mycpu/cdat.h index c656b99..a533fae 100644 --- a/ue3/mycpu/cdat.h +++ b/ue3/mycpu/cdat.h @@ -102,7 +102,7 @@ class CDatT /** * @method operator< * @brief implementation of operator < - * @param reference to CDatT + * @param x reference to CDatT * @return true if cdat is less than object x * @globalvars none * @exception none @@ -116,7 +116,7 @@ class CDatT /** * @method operator== * @brief implementation of operator == - * @param reference to CDatT + * @param x reference to CDatT * @return true if cdat equals object x * @globalvars none * @exception none @@ -130,7 +130,7 @@ class CDatT /** * @method operator+= * @brief implementation of operator += - * @param reference to CDatT + * @param x reference to CDatT * @return refecence to CDatT * @globalvars none * @exception none @@ -145,7 +145,7 @@ class CDatT /** * @method operator-= * @brief implementation of operator -= - * @param reference to CDatT + * @param x reference to CDatT * @return refecence to CDatT * @globalvars none * @exception none @@ -160,7 +160,7 @@ class CDatT /** * @method operator*= * @brief implementation of operator *= - * @param reference to CDatT + * @param x reference to CDatT * @return refecence to CDatT * @globalvars none * @exception none @@ -175,7 +175,7 @@ class CDatT /** * @method operator/= * @brief implementation of operator /= - * @param reference to CDatT + * @param x reference to CDatT * @return refecence to CDatT * @globalvars none * @exception none @@ -190,7 +190,7 @@ class CDatT /** * @method operator%= * @brief implementation of operator %= - * @param reference to CDatT + * @param x reference to CDatT * @return refecence to CDatT * @globalvars none * @exception none @@ -205,7 +205,7 @@ class CDatT /** * @method operator|= * @brief implementation of operator |= - * @param reference to CDatT + * @param x reference to CDatT * @return refecence to CDatT * @globalvars none * @exception none @@ -220,7 +220,7 @@ class CDatT /** * @method operator&= * @brief implementation of operator &= - * @param reference to CDatT + * @param x reference to CDatT * @return refecence to CDatT * @globalvars none * @exception none @@ -235,7 +235,7 @@ class CDatT /** * @method operator^= * @brief implementation of operator ^= - * @param reference to CDatT + * @param x reference to CDatT * @return refecence to CDatT * @globalvars none * @exception none -- cgit v1.2.3