Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

Commit aac8fb5

Browse files
committed
Remove comments
1 parent c62fa90 commit aac8fb5

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

index.html

-16
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ <h3 id="code-navigation">Code Navigation / Goto Definition</h3>
194194
<p>
195195
Navigating will immediately take you to the relevant location in your code base.
196196
</p>
197-
198-
<!-- <p class="small-text">
199-
<a href="https://github.com/php-integrator/atom-navigation">View the source</a>
200-
</p> -->
201197
</div>
202198
</div>
203199

@@ -234,10 +230,6 @@ <h3 id="tooltips">Tooltips</h3>
234230
Tooltips display documentation for structural elements. Think extended docblock descriptions,
235231
method parameter descriptions, return type descriptions and exceptions thrown.
236232
</p>
237-
238-
<!-- <p class="small-text">
239-
<a href="https://github.com/php-integrator/atom-tooltips">View the source</a>
240-
</p> -->
241233
</div>
242234
</div>
243235

@@ -277,10 +269,6 @@ <h3 id="call-tips">Signature Help (Call Tips)</h3>
277269
relevant to function or method calls, such as their expected arguments with their types and default
278270
values.
279271
</p>
280-
281-
<!-- <p class="small-text">
282-
<a href="https://github.com/php-integrator/atom-call-tips">View the source</a>
283-
</p> -->
284272
</div>
285273
</div>
286274

@@ -296,10 +284,6 @@ <h3 id="linting">Linting</h3>
296284
running the code. Finding nonexistent class names, docblock issues and missing global functions are
297285
all included in this process.
298286
</p>
299-
300-
<!-- <p class="small-text">
301-
<a href="https://github.com/php-integrator/atom-linter">View the source</a>
302-
</p> -->
303287
</div>
304288
</div>
305289

0 commit comments

Comments
 (0)