[Tools] Force clang-format version to 3.9
[platform/core/api/webapi-plugins.git] / doc / html / index.html
index 7253e5a..a574f42 100644 (file)
@@ -395,10 +395,7 @@ file before build process.</p>
 <p><code>cpplint</code> is used to validate C++ and <code>eslint</code> for JavaScript files.</p>
 <p><strong>Currently, the JavaScript validator and formatter seems to be a little buggy,
 thus it is not recommended to use.</strong></p>
-<p>The developer needs to have <code>python</code>, <code>node.js</code>, <code>eslint</code>, <code>Closure Linter</code> and <code>clang-format</code> installed.</p>
-<p>It is worth to make life easier by creating symbolic link to <code>clang-format</code>.</p>
-<pre><code class="lang-sh">sudo ln -s /usr/bin/clang-format-&lt;clang format version&gt; /usr/bin/clang-format
-</code></pre>
+<p>The developer needs to have <code>python</code>, <code>node.js</code>, <code>eslint</code>, <code>Closure Linter</code> and <code>clang-format-3.9</code> installed.</p>
 <p>For convenience, in the root of the project links were provided for easier access:</p>
 <ul>
 <li><code>code_format -&gt; tools/codestyle/code_formatter.sh</code></li>