diff options
-rw-r--r-- | src/scripts/gendoc/doc_class.template | 2 | ||||
-rw-r--r-- | src/scripts/gendoc/doc_macros.include | 4 | ||||
-rw-r--r-- | src/scripts/gendoc/doc_start.template | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/scripts/gendoc/doc_class.template b/src/scripts/gendoc/doc_class.template index 6daaa5f087..3bf624ba59 100644 --- a/src/scripts/gendoc/doc_class.template +++ b/src/scripts/gendoc/doc_class.template | |||
@@ -72,7 +72,7 @@ ${IMPLEMENT_FULL(impl=impl, cls=cls)}$ | |||
72 | \\ | 72 | \\ |
73 | <!--(end)--> | 73 | <!--(end)--> |
74 | <!--(else)--> | 74 | <!--(else)--> |
75 | No Methods defined in this class. | 75 | No methods defined in this class. |
76 | <!--(end)--> | 76 | <!--(end)--> |
77 | 77 | ||
78 | ===== Inherited members ===== | 78 | ===== Inherited members ===== |
diff --git a/src/scripts/gendoc/doc_macros.include b/src/scripts/gendoc/doc_macros.include index 1e62a2b62e..483c3d4e91 100644 --- a/src/scripts/gendoc/doc_macros.include +++ b/src/scripts/gendoc/doc_macros.include | |||
@@ -256,7 +256,7 @@ interface#! | |||
256 | |${PARAM_DIRECTION_TAG(param=par)}$ **${par.name}$**|${par.type.name}$ #! | 256 | |${PARAM_DIRECTION_TAG(param=par)}$ **${par.name}$**|${par.type.name}$ #! |
257 | |${BEST_SUMMARY(obj=par)}$ ${BEST_DESCRIPTION(obj=par)}$| | 257 | |${BEST_SUMMARY(obj=par)}$ ${BEST_DESCRIPTION(obj=par)}$| |
258 | <!--(else)--> | 258 | <!--(else)--> |
259 | **This function do not accept any parameter.** | 259 | **This function does not accept any parameter.** |
260 | <!--(end)--> | 260 | <!--(end)--> |
261 | 261 | ||
262 | <!--(if func.method_return_type)--> | 262 | <!--(if func.method_return_type)--> |
@@ -264,7 +264,7 @@ ${setvar("obj", "func.return_documentation(Eolian_Function_Type.METHOD)")}$#! | |||
264 | ^ return ^ description ^ | 264 | ^ return ^ description ^ |
265 | |**${func.method_return_type.name}$**|${BEST_SUMMARY(obj=obj)}$ ${BEST_DESCRIPTION(obj=obj)}$| | 265 | |**${func.method_return_type.name}$**|${BEST_SUMMARY(obj=obj)}$ ${BEST_DESCRIPTION(obj=obj)}$| |
266 | <!--(else)--> | 266 | <!--(else)--> |
267 | **This function do not return anything.** | 267 | **This function does not return anything.** |
268 | <!--(end)--> | 268 | <!--(end)--> |
269 | 269 | ||
270 | <!--(end)--> | 270 | <!--(end)--> |
diff --git a/src/scripts/gendoc/doc_start.template b/src/scripts/gendoc/doc_start.template index 57526ca51f..3a5ebfefbd 100644 --- a/src/scripts/gendoc/doc_start.template +++ b/src/scripts/gendoc/doc_start.template | |||
@@ -6,7 +6,7 @@ | |||
6 | This is just a work in progress for the future development of the | 6 | This is just a work in progress for the future development of the |
7 | Python-EFL Unified API. | 7 | Python-EFL Unified API. |
8 | 8 | ||
9 | Pratically there is nothing python related currently in this documentation, | 9 | Practically there is nothing python related currently in this documentation, |
10 | so it can be considered valid for all languages. | 10 | so it can be considered valid for all languages. |
11 | 11 | ||
12 | 12 | ||