Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_job.c 


Log Message:


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

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_job/ecore_job.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore_job.c 23 Sep 2003 08:09:31 -0000      1.2
+++ ecore_job.c 20 Feb 2004 07:06:28 -0000      1.3
@@ -18,7 +18,6 @@
  * return a pointer to the job handle. When the job is to be executed, the 
  * function @p func is called and passed the pointer @p data. once the job has
  * been executed the job handle is no longer valid.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 Ecore_Job *
 ecore_job_add(void (*func) (void *data), const void *data)
@@ -52,7 +51,6 @@
  * 
  * This removed a job from the queue (if it hasn't been executed yet) and
  * returns the data pointer that was to be passed to it.
- * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void *
 ecore_job_del(Ecore_Job *job)




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