diff --git a/legacy/ecore/doc/examples.dox b/legacy/ecore/doc/examples.dox index 2554574ac6..5ee08a9d79 100644 --- a/legacy/ecore/doc/examples.dox +++ b/legacy/ecore/doc/examples.dox @@ -238,7 +238,8 @@ * handlers to it, fire the event and have the callbacks called. After * finishing, we delete the event handlers so no memory will leak. * - * See the full source code for this example @ref ecore_event_example.c "here". + * See the full source code for this example @ref ecore_event_example_02.c + * "here". * * Let's start the example from the beginning: * diff --git a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c index 536bc4d4be..114766b166 100644 --- a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c +++ b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c @@ -919,10 +919,12 @@ ecore_x_randr_modes_info_get(Ecore_X_Window root, } /** - * @brief gets the width and hight of a given mode - * @param mode the mode which's size is to be looked up - * @param w width of given mode in px - * @param h height of given mode in px + * @brief Gets the width and hight of a given mode. + * + * @param root Window which's screen's ressources are queried. + * @param mode The mode which's size is to be looked up. + * @param w Width of given mode in px. + * @param h Height of given mode in px. */ EAPI void ecore_x_randr_mode_size_get(Ecore_X_Window root, diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c index 967180c874..32cddf8876 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c @@ -1202,6 +1202,7 @@ ecore_x_randr_crtc_settings_set(Ecore_X_Window root, /** * @brief Sets a CRTC relative to another one. * + * @param root The root window which's default display will be set. * @param crtc_r1 The CRTC to be positioned. * @param crtc_r2 The CRTC the position should be relative to. * @param policy The relation between the crtcs.