master/fsm_foe.h
changeset 1465 3099d78343ea
parent 1363 11c0b2caa253
child 1901 2a1106b1d863
--- a/master/fsm_foe.h	Wed May 13 09:09:58 2009 +0000
+++ b/master/fsm_foe.h	Fri May 15 09:05:27 2009 +0000
@@ -60,6 +60,8 @@
     ec_foe_request_t *request; /**< FoE request */
     uint8_t toggle; /**< toggle bit for segment commands */
 
+    /** \cond */
+
     uint32_t tx_errors;
     uint8_t *tx_buffer;
     uint32_t tx_buffer_size;
@@ -81,6 +83,8 @@
     uint32_t rx_last_packet;
     uint8_t *rx_filename;
     uint32_t rx_filename_len;
+
+    /** \endcond */
 };
 
 /*****************************************************************************/