cis001v2

Revision:
2:53ca7bc14ed5
Parent:
1:5060c8ea0ccd
Child:
3:c9f65f6d2092
--- a/main.cpp	Thu Jun 18 14:34:24 2020 +0000
+++ b/main.cpp	Thu Jun 18 14:42:28 2020 +0000
@@ -1,3 +1,11 @@
+/**
+@param <name> text
+@return  (synonym @returns)
+@note text
+@group <name>
+@code example @endcode
+@see ref [, ref2...] (synonym @sa)
+*/
 
 /* Includes ------------------------------------------------------------------*/
 //my include
@@ -75,7 +83,11 @@
 *       Ethernet function
 *
 ************************************************************************************************/
-
+/***
+@param none
+@return  void
+@note print the start of the frame stored in frame buffer
+*/
 
 void print_start_frame(){
     int i,j,k=0;
@@ -95,6 +107,11 @@
         }
     }   
 }
+/***
+@note sent via the data socket the frame stored in frame buffer
+@param none
+@return  the number of byte sent on the socket
+*/
 
 int send_frame_ethernet_nohandshake_while(){