Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Ewl.h.in ewl_theme.h 


Log Message:
- kill the e_mini from the docs

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Ewl.h.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Ewl.h.in    9 Feb 2005 20:44:12 -0000       1.2
+++ Ewl.h.in    9 Feb 2005 22:15:09 -0000       1.3
@@ -11,8 +11,6 @@
 /**
  * @mainpage Enlightened Widget Library Documentation
  *
- * @image html e_mini.png
- *
  * @section intro Introduction
  *
  * The Enlightened Widget Library (EWL) is a widget toolkit based on the
@@ -52,8 +50,6 @@
  * been Ewl_Bar *bar; it would most likely result in some buffer overflows
  * when initializing the widget.
  *
- * @image html e_mini.png
- *
  * @section model The Object Model
  *
  * The basis for all widgets in EWL is the Ewl_Object. Ewl_Objects are never
@@ -82,8 +78,6 @@
  * layed out either from top to bottom, or from left to right, depending on
  * the box orientation.
  *
- * @image html e_mini.png
- *
  * @section callbacks Callbacks
  *
  * To do work in a GUI, it is necessary to know when certain actions occur.
@@ -204,8 +198,6 @@
  *
  * gcc -o simple_viewer `ewl-config --cflags --libs` simple_viewer.c
  *
- * @image html e_mini.png
- *
  * @section conclusion Conclusion
  *
  * Obviously, creating a simple image viewer does not take much
@@ -226,8 +218,6 @@
  * inside of a container are above the container's background, or the user
  * would be unable to view the placed widgets.
  *
- * @image html e_mini.png
- *
  * The current scheme to accomplish this is that each widget has a layer
  * field. This field is an integer that indicates an offset relative to it's
  * parent containers layer. The default value is 5, which raises any widgets
@@ -235,8 +225,6 @@
  * allows for children that have the same level of nesting to be at the same
  * layer in the Evas.
  *
- * @image html e_mini.png
- *
  * Unfortunately, this also means that if two containers overlap, the children
  * may seem to intermingle as they are above the layers of their containers.
  * So far this has not become an issue, but it may in the future. See the
@@ -244,8 +232,6 @@
  *
  * @image html layer-problem.png
  *
- * @image html e_mini.png
- *
  * One issue that did occur was with the imenu's popup portion. It was placed
  * at the first level above the window, so the contents of the menu were
  * overlapped by items placed in nested containers in the window.
@@ -254,10 +240,6 @@
 /**
  * @page images Documentation Images
  *
- * Miniature E logo.
- *
- * @image html e_mini.png
- *
  * Diagram describing Ewl_Object fields
  *
  * @image html object_fields.png
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_theme.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_theme.h 9 Feb 2005 20:44:12 -0000       1.2
+++ ewl_theme.h 9 Feb 2005 22:15:09 -0000       1.3
@@ -15,8 +15,6 @@
  * The remainder of this section concentrates specifically on how EWL
  * interacts with Edje.
  *
- * @image html e_mini.png
- *
  * The keys to lookup the group name for the widgets are top level data keys
  * in the themes edje file. Each widget looks up it's group name based on the
  * heirarchy it is placed inside other containers.




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to