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/cinstruction.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ue3/mycpu/cinstruction.h') diff --git a/ue3/mycpu/cinstruction.h b/ue3/mycpu/cinstruction.h index 942d8cf..4cc69de 100644 --- a/ue3/mycpu/cinstruction.h +++ b/ue3/mycpu/cinstruction.h @@ -50,7 +50,7 @@ class CInstruction /** * @method operator== * @brief implementation of operator == - * @param reference to std::string + * @param name reference to std::string * @return true if instructionname is name * @globalvars none * @exception none @@ -109,7 +109,7 @@ class CInstruction * @method operator<< * @brief Shift/output operator for outputstream * @param stream reference to outputstream - * @param cdat object which will be printed to stream + * @param instr object which will be printed to stream * @return reference to outputstream * @globalvars none * @exception none @@ -180,6 +180,7 @@ class CInstruction protected: /* members */ + /** name of instruction */ std::string m_name; }; -- cgit v1.2.3