diff options
| author | manuel <manuel@nc8430.lan> | 2009-05-13 17:01:15 +0200 |
|---|---|---|
| committer | manuel <manuel@nc8430.lan> | 2009-05-13 17:01:15 +0200 |
| commit | 67e99a217bd88a289d997b73f3e7cae6019bc22f (patch) | |
| tree | 4fc7ccc413efad14948c5e90a38b8c5191bab185 /ue3/mycpu/cdat.h | |
| parent | 3c6f886d5a8bfd36c796b963d6e3178ad9577742 (diff) | |
| download | ooprog-67e99a217bd88a289d997b73f3e7cae6019bc22f.tar.gz ooprog-67e99a217bd88a289d997b73f3e7cae6019bc22f.tar.bz2 ooprog-67e99a217bd88a289d997b73f3e7cae6019bc22f.zip | |
fixing doxygen documentation
Diffstat (limited to 'ue3/mycpu/cdat.h')
| -rw-r--r-- | ue3/mycpu/cdat.h | 20 |
1 files changed, 10 insertions, 10 deletions
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 | |||
| 102 | /** | 102 | /** |
| 103 | * @method operator< | 103 | * @method operator< |
| 104 | * @brief implementation of operator < | 104 | * @brief implementation of operator < |
| 105 | * @param reference to CDatT | 105 | * @param x reference to CDatT |
| 106 | * @return true if cdat is less than object x | 106 | * @return true if cdat is less than object x |
| 107 | * @globalvars none | 107 | * @globalvars none |
| 108 | * @exception none | 108 | * @exception none |
| @@ -116,7 +116,7 @@ class CDatT | |||
| 116 | /** | 116 | /** |
| 117 | * @method operator== | 117 | * @method operator== |
| 118 | * @brief implementation of operator == | 118 | * @brief implementation of operator == |
| 119 | * @param reference to CDatT | 119 | * @param x reference to CDatT |
| 120 | * @return true if cdat equals object x | 120 | * @return true if cdat equals object x |
| 121 | * @globalvars none | 121 | * @globalvars none |
| 122 | * @exception none | 122 | * @exception none |
| @@ -130,7 +130,7 @@ class CDatT | |||
| 130 | /** | 130 | /** |
| 131 | * @method operator+= | 131 | * @method operator+= |
| 132 | * @brief implementation of operator += | 132 | * @brief implementation of operator += |
| 133 | * @param reference to CDatT | 133 | * @param x reference to CDatT |
| 134 | * @return refecence to CDatT | 134 | * @return refecence to CDatT |
| 135 | * @globalvars none | 135 | * @globalvars none |
| 136 | * @exception none | 136 | * @exception none |
| @@ -145,7 +145,7 @@ class CDatT | |||
| 145 | /** | 145 | /** |
| 146 | * @method operator-= | 146 | * @method operator-= |
| 147 | * @brief implementation of operator -= | 147 | * @brief implementation of operator -= |
| 148 | * @param reference to CDatT | 148 | * @param x reference to CDatT |
| 149 | * @return refecence to CDatT | 149 | * @return refecence to CDatT |
| 150 | * @globalvars none | 150 | * @globalvars none |
| 151 | * @exception none | 151 | * @exception none |
| @@ -160,7 +160,7 @@ class CDatT | |||
| 160 | /** | 160 | /** |
| 161 | * @method operator*= | 161 | * @method operator*= |
| 162 | * @brief implementation of operator *= | 162 | * @brief implementation of operator *= |
| 163 | * @param reference to CDatT | 163 | * @param x reference to CDatT |
| 164 | * @return refecence to CDatT | 164 | * @return refecence to CDatT |
| 165 | * @globalvars none | 165 | * @globalvars none |
| 166 | * @exception none | 166 | * @exception none |
| @@ -175,7 +175,7 @@ class CDatT | |||
| 175 | /** | 175 | /** |
| 176 | * @method operator/= | 176 | * @method operator/= |
| 177 | * @brief implementation of operator /= | 177 | * @brief implementation of operator /= |
| 178 | * @param reference to CDatT | 178 | * @param x reference to CDatT |
| 179 | * @return refecence to CDatT | 179 | * @return refecence to CDatT |
| 180 | * @globalvars none | 180 | * @globalvars none |
| 181 | * @exception none | 181 | * @exception none |
| @@ -190,7 +190,7 @@ class CDatT | |||
| 190 | /** | 190 | /** |
| 191 | * @method operator%= | 191 | * @method operator%= |
| 192 | * @brief implementation of operator %= | 192 | * @brief implementation of operator %= |
| 193 | * @param reference to CDatT | 193 | * @param x reference to CDatT |
| 194 | * @return refecence to CDatT | 194 | * @return refecence to CDatT |
| 195 | * @globalvars none | 195 | * @globalvars none |
| 196 | * @exception none | 196 | * @exception none |
| @@ -205,7 +205,7 @@ class CDatT | |||
| 205 | /** | 205 | /** |
| 206 | * @method operator|= | 206 | * @method operator|= |
| 207 | * @brief implementation of operator |= | 207 | * @brief implementation of operator |= |
| 208 | * @param reference to CDatT | 208 | * @param x reference to CDatT |
| 209 | * @return refecence to CDatT | 209 | * @return refecence to CDatT |
| 210 | * @globalvars none | 210 | * @globalvars none |
| 211 | * @exception none | 211 | * @exception none |
| @@ -220,7 +220,7 @@ class CDatT | |||
| 220 | /** | 220 | /** |
| 221 | * @method operator&= | 221 | * @method operator&= |
| 222 | * @brief implementation of operator &= | 222 | * @brief implementation of operator &= |
| 223 | * @param reference to CDatT | 223 | * @param x reference to CDatT |
| 224 | * @return refecence to CDatT | 224 | * @return refecence to CDatT |
| 225 | * @globalvars none | 225 | * @globalvars none |
| 226 | * @exception none | 226 | * @exception none |
| @@ -235,7 +235,7 @@ class CDatT | |||
| 235 | /** | 235 | /** |
| 236 | * @method operator^= | 236 | * @method operator^= |
| 237 | * @brief implementation of operator ^= | 237 | * @brief implementation of operator ^= |
| 238 | * @param reference to CDatT | 238 | * @param x reference to CDatT |
| 239 | * @return refecence to CDatT | 239 | * @return refecence to CDatT |
| 240 | * @globalvars none | 240 | * @globalvars none |
| 241 | * @exception none | 241 | * @exception none |
