Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_fb


Modified Files:
        ecore_fb.c 


Log Message:


slight change in doc comments... get rid of htmlisms...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_fb/ecore_fb.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore_fb.c  18 Jan 2004 09:29:39 -0000      1.3
+++ ecore_fb.c  20 Feb 2004 07:06:27 -0000      1.4
@@ -381,7 +381,6 @@
  * @return 0 on failure, or greter than 0 on success.
  *
  * This starts up the ecore fb system
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 int
 ecore_fb_init(const char *name)
@@ -517,7 +516,6 @@
  * @return 0 if the system was shut down, or 1 if it still needs to be shut down
  *
  * This shuts down the ecore fb system.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 int
 ecore_fb_shutdown(void)
@@ -568,7 +566,6 @@
  * This sets the time between clicks before the double_click flag is set in a 
  * button down event. If 3 clicks occur within double this time then the 
  * triple_click flag is also set.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void
 ecore_fb_double_click_time_set(double t)
@@ -582,7 +579,6 @@
  * @return The timeout for double clicks in seconds
  *
  * This returns the tiemout that can be set by ecore_fb_double_click_time_set()
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 double
 ecore_fb_double_click_time_get(void)
@@ -596,7 +592,6 @@
  * @param h Height in pixels
  * 
  * Get the current fb width and height in pixels
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void
 ecore_fb_size_get(int *w, int *h)
@@ -614,7 +609,6 @@
  * @param xyswap Swap X & Y flag
  * 
  * Calibrate the touchscreen using the above params
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void
 ecore_fb_touch_screen_calibrate_set(int xscale, int xtrans, int yscale, int ytrans, 
int xyswap)
@@ -639,7 +633,6 @@
  * @param xyswap Swap X & Y flag
  * 
  * Get calibration of the touchscreen
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void
 ecore_fb_touch_screen_calibrate_get(int *xscale, int *xtrans, int *yscale, int 
*ytrans, int *xyswap)
@@ -660,7 +653,6 @@
  * @param on 1 or 0 corresponding to on or off
  * 
  * Set the backlight to the @p on state
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void
 ecore_fb_backlight_set(int on)
@@ -678,7 +670,6 @@
  * @return The current backlight state
  * 
  * Get the current backlight state
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 int
 ecore_fb_backlight_get(void)
@@ -696,7 +687,6 @@
  * 
  * Set the backglith brightness to @p br, where 0 is darkest and 1.0 is 
  * the brightest.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void 
 ecore_fb_backlight_brightness_set(double br)
@@ -718,7 +708,6 @@
  * 
  * Get the current backlight brightness as per 
  * ecore_fb_backlight_brightness_set().
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 double
 ecore_fb_backlight_brightness_get(void)
@@ -734,7 +723,6 @@
  * To be documented.
  *
  * FIXME: To be fixed.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void
 ecore_fb_led_set(int on)
@@ -751,7 +739,6 @@
  * To be documented.
  *
  * FIXME: To be fixed.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void
 ecore_fb_led_blink_set(double speed)
@@ -770,7 +757,6 @@
  * To be documented.
  *
  * FIXME: To be fixed.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void 
 ecore_fb_contrast_set(double cr)
@@ -789,7 +775,6 @@
  * To be documented.
  *
  * FIXME: To be fixed.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 double
 ecore_fb_contrast_get(void)
@@ -805,7 +790,6 @@
  * To be documented.
  *
  * FIXME: To be fixed.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 double
 ecore_fb_light_sensor_get(void)
@@ -823,7 +807,6 @@
  * To be documented.
  *
  * FIXME: To be fixed.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void
 ecore_fb_callback_gain_set(void (*func) (void *data), void *data)
@@ -836,7 +819,6 @@
  * To be documented.
  *
  * FIXME: To be fixed.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void
 ecore_fb_callback_lose_set(void (*func) (void *data), void *data)




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to