فهرست منبع

fixed wrong documentation

Alois Zoitl 13 سال پیش
والد
کامیت
f346d67e0a
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      opener.doxyfile
  2. 1 1
      src/opener_api.h

+ 1 - 1
opener.doxyfile

@@ -31,7 +31,7 @@ PROJECT_NAME = "OpENer - Open Source EtherNet/IP(TM)  I/O Target Stack"
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER = 1.0
+PROJECT_NUMBER = 1.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

+ 1 - 1
src/opener_api.h

@@ -632,7 +632,7 @@ IApp_CloseSocket(int pa_nSockFd);
  *      With the function CIP_Init(EIP_UINT16 pa_nUniqueConnID) the internal data structures of opener are
  *      correctly setup. After this step own CIP objects and Assembly objects 
  *      instances may be created. For your convenience we provide the call-back 
- *      function CIP_Init(EIP_UINT16 pa_nUniqueConnID). This call back function is called when the stack is
+ *      function IApp_Init(void). This call back function is called when the stack is
  *      ready to receive application specific CIP objects.
  *   -# Create Application Specific CIP Objects:\n
  *      Within the call-back function IApp_Init(void) or after CIP_Init(void)