ecore-drm2: Add missing @ingroup for some doxy submit/tizen/20190402.051338
authorChristopher Michael <cp.michael@samsung.com>
Mon, 1 Apr 2019 14:31:08 +0000 (10:31 -0400)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 2 Apr 2019 04:24:22 +0000 (13:24 +0900)
Small patch to add missing @ingroup for doxygen comments, and correct
one that was in the wrong group

@fix

src/lib/ecore_drm2/Ecore_Drm2.h

index 2274345..ecf4f4a 100644 (file)
@@ -1130,7 +1130,7 @@ EAPI Eina_Bool ecore_drm2_plane_fb_set(Ecore_Drm2_Plane *plane, Ecore_Drm2_Fb *f
  * @param fb The fb to register the callback on
  * @param handler The function to handle the callback
  * @param data The user data to pass to the callback
- * @ingroup Ecore_Drm2_Output_Group
+ * @ingroup Ecore_Drm2_Fb_Group
  * @since 1.20
  */
 EAPI void ecore_drm2_fb_status_handler_set(Ecore_Drm2_Fb *fb, Ecore_Drm2_Fb_Status_Handler handler, void *data);
@@ -1149,6 +1149,7 @@ EAPI void ecore_drm2_fb_status_handler_set(Ecore_Drm2_Fb *fb, Ecore_Drm2_Fb_Stat
  * @param sec
  * @param usec
  *
+ * @ingroup Ecore_Drm2_Output_Group
  * @since 1.20
  */
 EAPI Eina_Bool ecore_drm2_output_blanktime_get(Ecore_Drm2_Output *output, int sequence, long *sec, long *usec);
@@ -1160,9 +1161,9 @@ EAPI Eina_Bool ecore_drm2_output_blanktime_get(Ecore_Drm2_Output *output, int se
  *
  * @param device
  *
+ * @ingroup Ecore_Drm2_Device_Group
  * @since 1.20
  */
-
 EAPI int ecore_drm2_device_fd_get(Ecore_Drm2_Device *device);
 
 /**
@@ -1173,6 +1174,7 @@ EAPI int ecore_drm2_device_fd_get(Ecore_Drm2_Device *device);
  *
  * @param output
  * @return Whether there's a flip in progress or not
+ * @ingroup Ecore_Drm2_Output_Group
  * @since 1.20
  */
 EAPI Eina_Bool ecore_drm2_output_pending_get(Ecore_Drm2_Output *output);