summaryrefslogtreecommitdiffstats
path: root/ue4/mycpu/cdatn.h
diff options
context:
space:
mode:
authormanuel <manuel@nc8430.lan>2009-05-28 19:31:22 +0200
committermanuel <manuel@nc8430.lan>2009-05-28 19:31:22 +0200
commit0c146f50d4b1c4d986a21387e1804c4707d8fd6f (patch)
tree2e019685c801740ed9204ab9b4075c49e541c648 /ue4/mycpu/cdatn.h
parent2f5cadc03bdec8c167119e280c16bbcd2e1694cb (diff)
downloadooprog-0c146f50d4b1c4d986a21387e1804c4707d8fd6f.tar.gz
ooprog-0c146f50d4b1c4d986a21387e1804c4707d8fd6f.tar.bz2
ooprog-0c146f50d4b1c4d986a21387e1804c4707d8fd6f.zip
doxygen doc fix
Diffstat (limited to 'ue4/mycpu/cdatn.h')
-rw-r--r--ue4/mycpu/cdatn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ue4/mycpu/cdatn.h b/ue4/mycpu/cdatn.h
index 32d8d7b..3d21369 100644
--- a/ue4/mycpu/cdatn.h
+++ b/ue4/mycpu/cdatn.h
@@ -139,7 +139,7 @@ class CDatN
139 /** 139 /**
140 * @method operator= 140 * @method operator=
141 * @brief implementation of operator = 141 * @brief implementation of operator =
142 * @param x reference to int 142 * @param newval reference to int
143 * @return refecence to int 143 * @return refecence to int
144 * @globalvars none 144 * @globalvars none
145 * @exception none 145 * @exception none
@@ -373,7 +373,9 @@ class CDatN
373 } 373 }
374 374
375 /* members */ 375 /* members */
376 /** internal value of datatype */
376 int m_value; 377 int m_value;
378 /** width of datatype */
377 unsigned m_width; 379 unsigned m_width;
378}; 380};
379 381