Skip to content

Commit 6a1d394

Browse files
committed
Ignore private method for docs
1 parent fbf1906 commit 6a1d394

File tree

4 files changed

+189
-188
lines changed

4 files changed

+189
-188
lines changed

docs/util/global.html

Lines changed: 2 additions & 182 deletions
Original file line numberDiff line numberDiff line change
@@ -101,186 +101,6 @@ <h3 class="subsection-title">Methods</h3>
101101

102102

103103

104-
<h4 class="name" id="_transformToHierarchy"><span class="type-signature"></span>_transformToHierarchy<span class="signature">(links, attributeFields)</span><span class="type-signature"> &rarr; {array.&lt;object>}</span></h4>
105-
106-
107-
108-
109-
110-
<div class="description">
111-
_transformToHierarchy - Transforms a flat array of parent-child links
112-
into a hierarchy.
113-
</div>
114-
115-
116-
117-
118-
119-
120-
121-
122-
123-
<h5>Parameters:</h5>
124-
125-
126-
<table class="params">
127-
<thead>
128-
<tr>
129-
130-
<th>Name</th>
131-
132-
133-
<th>Type</th>
134-
135-
136-
137-
138-
139-
<th class="last">Description</th>
140-
</tr>
141-
</thead>
142-
143-
<tbody>
144-
145-
146-
<tr>
147-
148-
<td class="name"><code>links</code></td>
149-
150-
151-
<td class="type">
152-
153-
154-
<span class="param-type">array.&lt;object></span>
155-
156-
157-
158-
</td>
159-
160-
161-
162-
163-
164-
<td class="description last">Set of parent-child link objects</td>
165-
</tr>
166-
167-
168-
169-
<tr>
170-
171-
<td class="name"><code>attributeFields</code></td>
172-
173-
174-
<td class="type">
175-
176-
177-
<span class="param-type">array.&lt;string></span>
178-
|
179-
180-
<span class="param-type">undefined</span>
181-
182-
183-
184-
</td>
185-
186-
187-
188-
189-
190-
<td class="description last">Set of `link` fields to be used as attributes</td>
191-
</tr>
192-
193-
194-
</tbody>
195-
</table>
196-
197-
198-
199-
200-
201-
202-
<dl class="details">
203-
204-
205-
206-
207-
208-
209-
210-
211-
212-
213-
214-
215-
216-
217-
218-
219-
220-
221-
222-
223-
224-
225-
226-
227-
228-
229-
<dt class="tag-source">Source:</dt>
230-
<dd class="tag-source"><ul class="dummy"><li>
231-
<a href="index.js.html">index.js</a>, <a href="index.js.html#line14">line 14</a>
232-
</li></ul></dd>
233-
234-
235-
236-
237-
238-
239-
240-
</dl>
241-
242-
243-
244-
245-
246-
247-
248-
249-
250-
251-
252-
253-
254-
<h5>Returns:</h5>
255-
256-
257-
<div class="param-desc">
258-
Single-element array containing the root node object.
259-
</div>
260-
261-
262-
263-
<dl>
264-
<dt>
265-
Type
266-
</dt>
267-
<dd>
268-
269-
<span class="param-type">array.&lt;object></span>
270-
271-
272-
</dd>
273-
</dl>
274-
275-
276-
277-
278-
279-
280-
281-
282-
283-
284104
<h4 class="name" id="generateHierarchy"><span class="type-signature"></span>generateHierarchy<span class="signature">(flatArray)</span><span class="type-signature"> &rarr; {array.&lt;object>}</span></h4>
285105

286106

@@ -957,13 +777,13 @@ <h5>Returns:</h5>
957777
</div>
958778

959779
<nav>
960-
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#_transformToHierarchy">_transformToHierarchy</a></li><li><a href="global.html#generateHierarchy">generateHierarchy</a></li><li><a href="global.html#parseCSV">parseCSV</a></li><li><a href="global.html#parseFlatJSON">parseFlatJSON</a></li><li><a href="global.html#parseJSON">parseJSON</a></li></ul>
780+
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#generateHierarchy">generateHierarchy</a></li><li><a href="global.html#parseCSV">parseCSV</a></li><li><a href="global.html#parseFlatJSON">parseFlatJSON</a></li><li><a href="global.html#parseJSON">parseJSON</a></li></ul>
961781
</nav>
962782

963783
<br class="clear">
964784

965785
<footer>
966-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri May 26 2017 14:11:54 GMT+0200 (CEST)
786+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri May 26 2017 14:28:21 GMT+0200 (CEST)
967787
</footer>
968788

969789
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)