layouted is not a word!!!!!!!

SVN revision: 64119
This commit is contained in:
Mike Blumenkrantz 2011-10-16 16:28:50 +00:00
parent b92df9c1ba
commit 9368988949
2 changed files with 3 additions and 6 deletions

View 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
@ -249,8 +248,7 @@
*
* 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

View 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