gendoc: Typos in templates

This commit is contained in:
Xavi Artigas 2018-11-05 10:03:21 +01:00
parent e97b6b72be
commit 9ffe9a99cb
3 changed files with 4 additions and 4 deletions

View File

@ -72,7 +72,7 @@ ${IMPLEMENT_FULL(impl=impl, cls=cls)}$
\\
<!--(end)-->
<!--(else)-->
No Methods defined in this class.
No methods defined in this class.
<!--(end)-->
===== Inherited members =====

View File

@ -256,7 +256,7 @@ interface#!
|${PARAM_DIRECTION_TAG(param=par)}$ **${par.name}$**|${par.type.name}$ #!
|${BEST_SUMMARY(obj=par)}$ ${BEST_DESCRIPTION(obj=par)}$|
<!--(else)-->
**This function do not accept any parameter.**
**This function does not accept any parameter.**
<!--(end)-->
<!--(if func.method_return_type)-->
@ -264,7 +264,7 @@ ${setvar("obj", "func.return_documentation(Eolian_Function_Type.METHOD)")}$#!
^ return ^ description ^
|**${func.method_return_type.name}$**|${BEST_SUMMARY(obj=obj)}$ ${BEST_DESCRIPTION(obj=obj)}$|
<!--(else)-->
**This function do not return anything.**
**This function does not return anything.**
<!--(end)-->
<!--(end)-->

View File

@ -6,7 +6,7 @@
This is just a work in progress for the future development of the
Python-EFL Unified API.
Pratically there is nothing python related currently in this documentation,
Practically there is nothing python related currently in this documentation,
so it can be considered valid for all languages.