make some comments that were so close to being real doxy blocks into doxy blocks...
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 20 Jul 2010 05:32:29 +0000 (05:32 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 20 Jul 2010 05:32:29 +0000 (05:32 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50373 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_fb/ecore_fb_li.c

index 3e9fa4a..a2de259 100644 (file)
@@ -384,9 +384,11 @@ _ecore_fb_li_device_fd_callback(void *data, Ecore_Fd_Handler *fdh)
        return EINA_TRUE;
 }
 
-/* 
- * Starts getting events from the input device 
- *
+/** 
+ * @brief Sets the listen mode for an input device 
+ * @param dev The device to set the mode of
+ * @param listen The mode of listening (0 for off, 1 for on)
+ * This enables or disables listening on an input device.
  */
 EAPI void 
 ecore_fb_input_device_listen(Ecore_Fb_Input_Device *dev, int listen)
@@ -408,7 +410,10 @@ ecore_fb_input_device_listen(Ecore_Fb_Input_Device *dev, int listen)
 #endif
 
 /*
- * Opens an input device
+ * @brief Opens an input device
+ * @param dev The device to open
+ * @return The @ref Ecore_Fb_Input_Device object that has been opened
+ * This opens an input device and returns the object for it, or returns NULL on failure.
  */
 EAPI Ecore_Fb_Input_Device *
 ecore_fb_input_device_open(const char *dev)