فهرست منبع

fixed some doxygen warnings

Alois Zoitl 14 سال پیش
والد
کامیت
c0c4f64b24
3فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 0 1
      src/cip/cipcommon.h
  2. 1 1
      src/cip/cipconnectionmanager.h
  3. 1 1
      src/cip/cipioconnection.h

+ 0 - 1
src/cip/cipcommon.h

@@ -35,7 +35,6 @@ EIP_STATUS notifyClass(S_CIP_Class *pt2Class, S_CIP_MR_Request *pa_MRRequest, S_
  * @param pa_pstInstance pointer to instance.
  * @param pa_pstMRRequest pointer to request.
  * @param pa_pstMRResponse pointer to response.
- * @param pa_acMsg pointer to memory where response should be written
  * @return status  >0 .. success
  *          -1 .. requested attribute not available
  */

+ 1 - 1
src/cip/cipconnectionmanager.h

@@ -241,7 +241,7 @@ generalConnectionConfiguration(S_CIP_ConnectionObject *pa_pstConnObj);
  * By adding a connection to the active connection list the connection manager will
  * perform the supervision and handle the timing (e.g., timeout, production inhibit, etc).
  *
- * @param pa_pstConnObj pointer to the connection object to be added.
+ * @param pa_pstConn pointer to the connection object to be added.
  */
 void
 addNewActiveConnection(S_CIP_ConnectionObject *pa_pstConn);

+ 1 - 1
src/cip/cipioconnection.h

@@ -37,7 +37,7 @@ openCommunicationChannels(struct CIP_ConnectionObject *pa_pstIOConnObj);
 /*! \brief close the communication channels of the given connection and remove it
  * from the active connections list.
  *
- * @param pa_pstIOConnObj pointer to the connection object data
+ * @param pa_pstConnObjData pointer to the connection object data
  */
 void
 closeCommChannelsAndRemoveFromActiveConnsList(