WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=d46c4d5b7b0d9921668ed4e986c931aed4fb4e40
commit d46c4d5b7b0d9921668ed4e986c931aed4fb4e40 Author: Xavi Artigas <[email protected]> Date: Fri Nov 3 09:39:30 2017 -0700 Wiki page eo-guide.md changed with summary [] by Xavi Artigas --- pages/contrib/docs/eo-guide.md.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/contrib/docs/eo-guide.md.txt b/pages/contrib/docs/eo-guide.md.txt index 948a0e3d..09947006 100644 --- a/pages/contrib/docs/eo-guide.md.txt +++ b/pages/contrib/docs/eo-guide.md.txt @@ -61,6 +61,7 @@ Bear in mind that documentation tags placed elsewhere will be ignored and may ev ## Style Guide ## + * Start all your sentences with Upper Case. * End all your sentences with periods. * Keep your lines under 80 characters. * Document properties at the ``@property ... {`` level. In other words, do not document the property's ``get`` and ``set`` methods (accessors) independently. If the methods really do something other than setting and getting a property, then put as much common text at the ``@property`` level and only put whatever's different in the accessors. --
