diff --git a/doc/tutorial/001_HelloWord.md b/doc/tutorial/001_HelloWord.md index 619e96a4..a76b3a33 100644 --- a/doc/tutorial/001_HelloWord.md +++ b/doc/tutorial/001_HelloWord.md @@ -13,9 +13,9 @@ debug tools: {#ewol_tutorial_hello_world_deb I will use for all test a basic template [elog](http://atria-soft.github.io/elog) for debug logger that redirect logs in Android and IOs -File ```appl/debug.h```: +File ```appl/debug.hpp```: -@include HelloWord/appl/debug.h +@include HelloWord/appl/debug.hpp File ```appl/debug.cpp```: @@ -109,7 +109,7 @@ Create the main Windows: For this point we will create a class that herited form the basic ewol::widget::Windows class: -@include HelloWord/appl/Windows.h +@include HelloWord/appl/Windows.hpp The C macro "DECLARE_FACTORY" create a simple factory function "create" that return the ewol::Object well create. diff --git a/doc/tutorial/010_ObjectModel.md b/doc/tutorial/010_ObjectModel.md index d90039ff..bb56ac92 100644 --- a/doc/tutorial/010_ObjectModel.md +++ b/doc/tutorial/010_ObjectModel.md @@ -87,7 +87,7 @@ Find a global Object (ouside an Object) --------------------------------------- ```{.cpp} - #include + #include ewol::ObjectShared tmpObject = ewol::getContext().getEObjectManager().getObjectNamed("obj Name"); if (tmpObject == nullptr) { diff --git a/doc/tutorial/011_ObjectConfig.md b/doc/tutorial/011_ObjectConfig.md index 711c974d..09b92a0d 100644 --- a/doc/tutorial/011_ObjectConfig.md +++ b/doc/tutorial/011_ObjectConfig.md @@ -54,7 +54,7 @@ Implement configuration {#ewol_tutorial_object_co ======================= ```{.cpp} -#include +#include namespace appl { class MyObj : public ewol::Object { public: diff --git a/doc/tutorial/012_ObjectMessage.md b/doc/tutorial/012_ObjectMessage.md index 1e105b5e..4da3a946 100644 --- a/doc/tutorial/012_ObjectMessage.md +++ b/doc/tutorial/012_ObjectMessage.md @@ -39,8 +39,8 @@ simple signal connection: ------------------------- ```{.cpp} -#include -#include +#include +#include namespace appl { class MyObj : public ewol::Object { private: @@ -107,8 +107,8 @@ source ------- ```{.cpp} -#include -#include +#include +#include namespace appl { class MyObj : public ewol::Object { public: diff --git a/doc/tutorial/020_FileAccess.md b/doc/tutorial/020_FileAccess.md index f3b650d0..46b4abb1 100644 --- a/doc/tutorial/020_FileAccess.md +++ b/doc/tutorial/020_FileAccess.md @@ -69,7 +69,7 @@ Read a file {#ewol_tutorial_file_access_read} ```{.cpp} - #include + #include ... @@ -97,7 +97,7 @@ Write a file {#ewol_tutorial_file_access_write} ============ ```{.cpp} - #include + #include ... diff --git a/doc/tutorial/021_Resources.md b/doc/tutorial/021_Resources.md index dd476fca..4b4c2ad4 100644 --- a/doc/tutorial/021_Resources.md +++ b/doc/tutorial/021_Resources.md @@ -27,8 +27,8 @@ Get a resource: {#ewol_tutorial_resources_get} For this example we will load a configuration file: ```{.cpp} -#include -#include +#include +#include namespace appl { class MyObj : public ewol::Object { public: @@ -90,7 +90,7 @@ The resources are loaded fron 0 to 5. Then for basic resource: ```{.cpp} -#include +#include namespace appl { class MyResource : public gale::Resource { protected: diff --git a/doc/tutorial/030_ConplexeXmlGui.md b/doc/tutorial/030_ConplexeXmlGui.md index 3aa8ca82..43e2044c 100644 --- a/doc/tutorial/030_ConplexeXmlGui.md +++ b/doc/tutorial/030_ConplexeXmlGui.md @@ -76,7 +76,7 @@ Call generic factory system (compositing) ----------------------------------------- ```{.cpp} - #include + #include ewol::widget::WidgetShared tmpWidget = ewol::widget::composerGenerateString("