WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=8cbc3dfbf93f9226c5cbbf07fc72174a2d2665e7
commit 8cbc3dfbf93f9226c5cbbf07fc72174a2d2665e7 Author: Xavi Artigas <[email protected]> Date: Thu Nov 23 04:19:50 2017 -0800 Wiki page eo-classes.md changed with summary [Added documentation note] by Xavi Artigas --- pages/develop/tutorial/c/eo-classes.md.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/develop/tutorial/c/eo-classes.md.txt b/pages/develop/tutorial/c/eo-classes.md.txt index c21280c63..56b334555 100644 --- a/pages/develop/tutorial/c/eo-classes.md.txt +++ b/pages/develop/tutorial/c/eo-classes.md.txt @@ -44,6 +44,9 @@ In summary, for each new class you create you must: The rest of the tutorial shows a practical example which will illustrate this procedure. +> **NOTE:** +> Eolian files can also contain **documentation** which will be transferred to the generated headers files in [Doxygen](http://doxygen.org) format. For an in-depth description of the Eolian documentation process, see the [Eolian Documentation Guide](/contrib/docs/eo-guide.md). In summary, documentation is enclosed in double square brackets ``[[ ... ]]`` but it will not be used in these tutorials. + ## Step One: Creating a Simple Class Description ## You will now create an Eolian file for a class named ``Example.Rectangle``. The file **must** be called ``examples_rectangle.eo``. --
