Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
onury committed Aug 12, 2016
1 parent acee33d commit 807b919
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,30 @@ Utilities for documentation output and symbols.
Alias: <code>isCustomType()</code>. Checks whether the given symbol is a custom type definition.
</td>
</tr>
<tr>
<td><b><code>isPublic(symbol)</code></b></td>
<td><code>symbol:Object</code></td>
<td><code>Boolean</code></td>
<td>
Checks whether the given symbol has <code>public</code> access.
</td>
</tr>
<tr>
<td><b><code>isPrivate(symbol)</code></b></td>
<td><code>symbol:Object</code></td>
<td><code>Boolean</code></td>
<td>
Checks whether the given symbol has <code>private</code> access.
</td>
</tr>
<tr>
<td><b><code>isProtected(symbol)</code></b></td>
<td><code>symbol:Object</code></td>
<td><code>Boolean</code></td>
<td>
Checks whether the given symbol has <code>protected</code> access.
</td>
</tr>
<tr>
<td><b><code>isUndocumented(symbol)</code></b></td>
<td><code>symbol:Object</code></td>
Expand Down

0 comments on commit 807b919

Please sign in to comment.