From 0c146f50d4b1c4d986a21387e1804c4707d8fd6f Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 28 May 2009 19:31:22 +0200 Subject: doxygen doc fix --- ue4/mycpu/cdatn.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ue4/mycpu/cdatn.h') 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 /** * @method operator= * @brief implementation of operator = - * @param x reference to int + * @param newval reference to int * @return refecence to int * @globalvars none * @exception none @@ -373,7 +373,9 @@ class CDatN } /* members */ + /** internal value of datatype */ int m_value; + /** width of datatype */ unsigned m_width; }; -- cgit v1.2.3