From: Jérôme Pinot <ngc891@gmail.com>

Subject: [E-devel] [patch] ecore doxygen doc (3)
Date: Thu, 12 Apr 2012 15:39:16 +0900

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
This commit is contained in:
Jérôme Pinot 2012-04-12 06:55:08 +00:00 committed by Mike Blumenkrantz
parent 32e5934717
commit 5ab7430745
3 changed files with 9 additions and 5 deletions

View File

@ -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:
*

View File

@ -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,

View File

@ -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.