Skip to content

Commit

Permalink
dump astyle, update coding style wiki links (fix projectNe10#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
joesavage committed Nov 9, 2016
1 parent a96e52a commit 18c4c98
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 91 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Ne10 welcomes and encourages external contributions of any and all forms. If you

# Miscellaneous

- Ne10’s official website: http://projectne10.org/
- Official website: http://projectne10.org/
- Coding style guidelines: https://github.com/projectNe10/Ne10/wiki/Ne10-Coding-Style
- Latest release notes: [`doc/ReleaseNote.txt`](https://github.com/projectNe10/Ne10/blob/master/doc/ReleaseNote.txt)
- Automated code formatting instructions: [`doc/Formatter.txt`](https://github.com/projectNe10/Ne10/blob/master/doc/Formatter.txt)

Find Project Ne10 useful? You can help us justify spending more engineering resources on the project! Please email us, outlining how you are using the project in your applications.

Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ _Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved._
[pull request]: https://help.github.com/articles/using-pull-requests
[automatically closed]: https://help.github.com/articles/closing-issues-via-commit-messages
[Git guidelines]: http://git-scm.com/book/ch5-2.html
[ProjectNe10 coding style]: https://github.com/projectNe10/Ne10/wiki/CodeStyleGuide
[ProjectNe10 coding style]: https://github.com/projectNe10/Ne10/wiki/Ne10-Coding-Style
[Ne10]: https://github.com/projectNe10/Ne10
[contributing page]: http://www.arm.com/community/open-source-contributing.php
35 changes: 0 additions & 35 deletions doc/Formatter.txt

This file was deleted.

10 changes: 5 additions & 5 deletions inc/NE10.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
* ├── test
* │   ├── directory for test framework
* ├── tools
* │   ├── directory for tools such as Cformatter, doxygen, etc
* │   ├── directory for miscellaneous tools, such as the script to modify the copyright year
* </pre>
*
*\par Modules
Expand All @@ -104,15 +104,15 @@
*
* See the building.md file in the "doc" folder
*
*\par Automated Code Formatting
*\par Code Formatting
*
* See Formatter.txt in the "doc" folder.
* See the [Ne10 coding style guidelines](https://github.com/projectNe10/Ne10/wiki/Ne10-Coding-Style).
*
*\par License
*
* Ne10 is provided free of charge by ARM Limited and Contributors, and is licensed
* under the New BSD License (http://opensource.org/licenses/BSD-3-Clause). See the LICENSE
* file in the "doc" directory for details.
* under the [New BSD License](http://opensource.org/licenses/BSD-3-Clause). See the
* LICENSE file in the "doc" directory for details.
*/


Expand Down
48 changes: 0 additions & 48 deletions tools/cformatter.sh

This file was deleted.

0 comments on commit 18c4c98

Please sign in to comment.