fix comments

This commit is contained in:
eap 2010-11-12 14:28:26 +00:00
parent d202b9c2ea
commit f3183a4134

View File

@ -86,14 +86,14 @@ public:
/*! /*!
* \brief Saves nothing in a stream * \brief Saves nothing in a stream
* \param save - the stream * \param save - the stream
* \retval virtual std::ostream & - the stream * \retval std::ostream & - the stream
*/ */
virtual std::ostream & SaveTo(std::ostream & save); virtual std::ostream & SaveTo(std::ostream & save);
/*! /*!
* \brief Loads nothing from a stream * \brief Loads nothing from a stream
* \param load - the stream * \param load - the stream
* \retval virtual std::ostream & - the stream * \retval std::ostream & - the stream
*/ */
virtual std::istream & LoadFrom(std::istream & load); virtual std::istream & LoadFrom(std::istream & load);
@ -236,7 +236,7 @@ public:
* *
* This method is called when a submesh gets HYP_OK algo_state. * This method is called when a submesh gets HYP_OK algo_state.
* After being set, event listener is notified on each event of a submesh. * After being set, event listener is notified on each event of a submesh.
* By default non listener is set * By default none listener is set
*/ */
virtual void SetEventListener(SMESH_subMesh* subMesh); virtual void SetEventListener(SMESH_subMesh* subMesh);
@ -323,7 +323,8 @@ public:
*/ */
static std::vector< const SMDS_MeshNode*> GetCommonNodes(const SMDS_MeshElement* e1, static std::vector< const SMDS_MeshNode*> GetCommonNodes(const SMDS_MeshElement* e1,
const SMDS_MeshElement* e2); const SMDS_MeshElement* e2);
protected:
protected:
/*! /*!
* \brief store error and comment and then return ( error == COMPERR_OK ) * \brief store error and comment and then return ( error == COMPERR_OK )