Wiki page coding-conventions.md changed with summary [] by Gareth Halfacree

This commit is contained in:
Gareth Halfacree 2017-11-06 06:50:05 -08:00 committed by apache
parent 93a7d46dc0
commit 2894d43d17
1 changed files with 4 additions and 4 deletions

View File

@ -188,14 +188,14 @@ a = ((b & c) | d) & 0x00ff00;
## Further Reading ##
* [git.enlightenment.org](https://git.enlightenment.org/)
[git.enlightenment.org](https://git.enlightenment.org/)
: A web interface to the Enlightenment Foundation's git repositories.
* [Git Best Practices guide](https://www.enlightenment.org/contrib/devs/arcanist-guide.md)
[Git Best Practices guide](https://www.enlightenment.org/contrib/devs/arcanist-guide.md)
: A guide to using the git version control system in the Enlightenment Project tree.
* [Patch Submission and Review guide](https://www.enlightenment.org/contrib/devs/arcanist-guide.md)
[Patch Submission and Review guide](https://www.enlightenment.org/contrib/devs/arcanist-guide.md)
: A guide to creating and submitting patches through Arcanist.
* [Documentation Contribution guide](https://www.enlightenment.org/contrib/docs/documentation-guide.md)
[Documentation Contribution guide](https://www.enlightenment.org/contrib/docs/documentation-guide.md)
: A guide to producing documentation for the Enlightenment Project