diff options
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index cd9e21771e..7cd4c68fde 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -65,7 +65,7 @@ | |||
65 | #include "canvas/efl_canvas_object.eo.h" | 65 | #include "canvas/efl_canvas_object.eo.h" |
66 | #endif /* EFL_EO_API_SUPPORT */ | 66 | #endif /* EFL_EO_API_SUPPORT */ |
67 | 67 | ||
68 | #ifdef EFL_BETA_API_SUPPORT | 68 | #if defined(EFL_BETA_API_SUPPORT) && defined(EFL_EO_API_SUPPORT) |
69 | /** | 69 | /** |
70 | * @defgroup Evas_3D Evas 3D Extensions | 70 | * @defgroup Evas_3D Evas 3D Extensions |
71 | * | 71 | * |
@@ -281,7 +281,7 @@ typedef void (Evas_Canvas3D_Surface_Func)(Evas_Real *out_x, | |||
281 | #include "canvas/efl_gfx_map.eo.h" | 281 | #include "canvas/efl_gfx_map.eo.h" |
282 | #endif /* EFL_EO_API_SUPPORT */ | 282 | #endif /* EFL_EO_API_SUPPORT */ |
283 | 283 | ||
284 | #ifdef EFL_BETA_API_SUPPORT | 284 | #if defined(EFL_BETA_API_SUPPORT) && defined(EFL_EO_API_SUPPORT) |
285 | /** | 285 | /** |
286 | * @ingroup Evas_Object_VG | 286 | * @ingroup Evas_Object_VG |
287 | * | 287 | * |