From 5ab7430745c2cd46733f19c613d62352f60658ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pinot?= Date: Thu, 12 Apr 2012 06:55:08 +0000 Subject: [PATCH] =?UTF-8?q?From:=20J=C3=A9r=C3=B4me=20Pinot=20=20Subject:=20[E-devel]=20[patch]=20ecore=20doxygen=20doc?= =?UTF-8?q?=20(3)=20Date:=20Thu,=2012=20Apr=202012=2015:39:16=20+0900?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some leftovers, fix: /tmp/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c:1202: warning: The following parameters of ecore_x_randr_crtc_pos_relative_set(Ecore_X_Window root, Ecore_X_Randr_Crtc crtc_r1, Ecore_X_Randr_Crtc crtc_r2, Ecore_X_Randr_Output_Policy policy, Ecore_X_Randr_Relative_Alignment alignment) are not documented: parameter 'root' /tmp/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c:921: warning: The following parameters of ecore_x_randr_mode_size_get(Ecore_X_Window root, Ecore_X_Randr_Mode mode, int *w, int *h) are not documented: parameter 'root' /tmp/ecore/doc/examples.dox:242: warning: unable to resolve reference to `ecore_event_example.c' for \ref command SVN revision: 70119 --- legacy/ecore/doc/examples.dox | 3 ++- legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c | 10 ++++++---- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) 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.