WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=144b71c3bcf13254325c3e07aee96f969e81a068
commit 144b71c3bcf13254325c3e07aee96f969e81a068 Author: Gareth Halfacree <[email protected]> Date: Tue Nov 28 06:59:02 2017 -0800 Wiki page start.md changed with summary [] by Gareth Halfacree --- pages/develop/tutorials/c/start.md.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/develop/tutorials/c/start.md.txt b/pages/develop/tutorials/c/start.md.txt index f0df921c8..38d2b3fac 100644 --- a/pages/develop/tutorials/c/start.md.txt +++ b/pages/develop/tutorials/c/start.md.txt @@ -11,8 +11,9 @@ The following tutorials are designed to build on each other, introducing concept > The tutorials in this section use the latest beta release of the API, as > noted in [Developing with the Enlightenment Foundation > Libraries](https://www.enlightenment.org/develop/start.md#Current_vs._Beta). > Versions of these tutorials written for the current release can be found in > the [Legacy section of the > website](https://www.enlightenment.org/develop/legacy/tutorial/start). * [Hello World](https://www.enlightenment.org/develop/tutorials/c/hello-world.md) -* [Introduction to Eo: Creating and Destroying Objects](https://www.enlightenment.org/develop/tutorials/c/eo-intro.md) -* [Reference Counting in Eo](https://www.enlightenment.org/develop/tutorials/c/eo-refcount.md) -* [Creating New Classes with Eolian](https://www.enlightenment.org/develop/tutorials/c/eo-classes.md) -* [Class Inheritance with Eolian](https://www.enlightenment.org/develop/tutorials/c/eo-inherit.md) -* [Multiple Class Inheritance with Eolian](https://www.enlightenment.org/develop/tutorials/c/eo-multiinherit.md) \ No newline at end of file +* Introduction to Eo + * [Creating and Destroying Objects with Eo](https://www.enlightenment.org/develop/tutorials/c/eo-intro.md) + * [Reference Counting in Eo](https://www.enlightenment.org/develop/tutorials/c/eo-refcount.md) + * [Creating New Classes with Eolian](https://www.enlightenment.org/develop/tutorials/c/eo-classes.md) + * [Class Inheritance with Eolian](https://www.enlightenment.org/develop/tutorials/c/eo-inherit.md) + * [Multiple Class Inheritance with Eolian](https://www.enlightenment.org/develop/tutorials/c/eo-multiinherit.md) \ No newline at end of file --
