Minor documentation cleanups.
[pub/USBasp.git] / Demos / Device / ClassDriver / RNDISEthernet / Lib / UDP.h
index 73f7664..ee90522 100644 (file)
                #include "DHCP.h"
        
        /* Macros: */
-               /** Source UDP port for a DHCP request */
+               /** Source UDP port for a DHCP request. */
                #define UDP_PORT_DHCP_REQUEST 67
 
-               /** Destination UDP port for a DHCP reply */
+               /** Destination UDP port for a DHCP reply. */
                #define UDP_PORT_DHCP_REPLY   68
 
        /* Type Defines: */
-               /** Type define for a UDP packet header */
+               /** Type define for a UDP packet header. */
                typedef struct
                {
                        uint16_t SourcePort; /**< Packet source port */