You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2015/06/22 07:24:59 UTC

svn commit: r1686773 - /incubator/singa/site/trunk/content/markdown/develop/contribute-code.md

Author: wangsh
Date: Mon Jun 22 05:24:59 2015
New Revision: 1686773

URL: http://svn.apache.org/r1686773
Log:
CMS commit to singa by wangsh

Modified:
    incubator/singa/site/trunk/content/markdown/develop/contribute-code.md

Modified: incubator/singa/site/trunk/content/markdown/develop/contribute-code.md
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/develop/contribute-code.md?rev=1686773&r1=1686772&r2=1686773&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/develop/contribute-code.md (original)
+++ incubator/singa/site/trunk/content/markdown/develop/contribute-code.md Mon Jun 22 05:24:59 2015
@@ -4,12 +4,13 @@ _____
 
 ### Coding Style
 
-The SINGA codebase follows the [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)
+The SINGA codebase follows the [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml).
 
-To check if your code follows the style, you can use the cpplint tool:
+To check if your code follows the style, you can use the provided cpplint tool:
     
     $ ./tool/cpplint.py YOUR_FILE
 
+
 ### JIRA format
 
 Like other Apache projects, SINGA uses JIRA to track bugs, improvements and