layouted is not a word!!!!!!!
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 16 Oct 2011 16:28:50 +0000 (16:28 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 16 Oct 2011 16:28:50 +0000 (16:28 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64119 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/index.doxy
src/lib/Elementary.h.in

index 0f73202..cb278c9 100644 (file)
@@ -28,8 +28,7 @@
  *
  * The other two main groups in Elementary are:
  * @li @ref widgetslist - These are the widgets you'll compose your UI out of.
- * @li @ref containerslist - These are the containers in which the widgets will
- *                           be laid out.
+ * @li @ref containerslist - These are the containers which hold the widgets.
  * 
  * Also see other generic EFL programming guides:
  * @li @ref threading
  *
  * The other two main groups in Elementary are:
  * @li @ref infralist - These are modules that deal with Elementary as a whole.
- * @li @ref containerslist - These are the containers in which the widgets will be
- *                           layouted.
+ * @li @ref containerslist - These are the containers which will hold the widgets.
  */
 /**
  * @page containerslist Containers List
index a64fff9..bee3638 100644 (file)
@@ -29,8 +29,7 @@ of flexibility.
 One can divide Elemementary into three main groups:
 @li @ref infralist - These are modules that deal with Elementary as a whole.
 @li @ref widgetslist - These are the widgets you'll compose your UI out of.
-@li @ref containerslist - These are the containers in which the widgets will be
-                          layouted.
+@li @ref containerslist - These are the containers which hold the widgets.
 
 @section license License