Skip to content

Commit 44caa29

Browse files
committed
updating docs
1 parent b4ef446 commit 44caa29

File tree

1 file changed

+49
-25
lines changed

1 file changed

+49
-25
lines changed

doc/lib/entry.md

Lines changed: 49 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# docdown <sup>db34353dceaad6ad66a474c3f0df2b063fec05be</sup>
1+
# docdown <sup>b4ef4464e5af74bd41be34762439f69a415cbf7a</sup>
22

33
<!-- div class="toc-container" -->
44

@@ -163,6 +163,13 @@
163163

164164
<!-- /div -->
165165

166+
<!-- div -->
167+
168+
## `result`
169+
* <a href="#result">`result`</a>
170+
171+
<!-- /div -->
172+
166173
<!-- /div -->
167174

168175
<!-- div class="doc-container" -->
@@ -174,7 +181,7 @@
174181
<!-- div -->
175182

176183
<h3 id="-getcall"><code>#getCall</code></h3>
177-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L225
184+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L225
178185

179186

180187

@@ -191,7 +198,7 @@ https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b0
191198
<!-- div -->
192199

193200
<h3 id="constructorentry-source-langjs"><code>constructor(entry, source, [lang='js'])</code></h3>
194-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L180
201+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L180
195202

196203
The Entry constructor.
197204

@@ -213,7 +220,7 @@ The Entry constructor.
213220
<!-- div -->
214221

215222
<h3 id="getaliasesindex"><code>getAliases(index)</code></h3>
216-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L208
223+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L208
217224

218225
Extracts the entry's `alias` objects.
219226

@@ -236,7 +243,7 @@ Extracts the entry's `alias` objects.
236243
<!-- div -->
237244

238245
<h3 id="getcall"><code>getCall()</code></h3>
239-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L232
246+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L232
240247

241248
Extracts the function call from the entry.
242249

@@ -256,7 +263,7 @@ Extracts the function call from the entry.
256263
<!-- div -->
257264

258265
<h3 id="getcategory"><code>getCategory()</code></h3>
259-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L278
266+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L278
260267

261268
Extracts the entry's `category` data.
262269

@@ -276,7 +283,7 @@ Extracts the entry's `category` data.
276283
<!-- div -->
277284

278285
<h3 id="getdesc"><code>getDesc()</code></h3>
279-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L295
286+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L295
280287

281288
Extracts the entry's description.
282289

@@ -296,7 +303,7 @@ Extracts the entry's description.
296303
<!-- div -->
297304

298305
<h3 id="getexample"><code>getExample()</code></h3>
299-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L316
306+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L316
300307

301308
Extracts the entry's `example` data.
302309

@@ -316,7 +323,7 @@ Extracts the entry's `example` data.
316323
<!-- div -->
317324

318325
<h3 id="gethashstyle"><code>getHash([style])</code></h3>
319-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L334
326+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L334
320327

321328
Extracts the entry's hash value for permalinking.
322329

@@ -339,7 +346,7 @@ Extracts the entry's hash value for permalinking.
339346
<!-- div -->
340347

341348
<h3 id="getlinenumber"><code>getLineNumber()</code></h3>
342-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L369
349+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L369
343350

344351
Resolves the entry's line number.
345352

@@ -359,15 +366,15 @@ Resolves the entry's line number.
359366
<!-- div -->
360367

361368
<h3 id="getmembersindex"><code>getMembers([index])</code></h3>
362-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L393
369+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L393
363370

364371
Extracts the entry's `member` data.
365372

366373
#### Arguments
367374
1. `[index]` *(number)*: The index of the array value to return.
368375

369376
#### Returns
370-
*(Array|string)*: Returns the entry's `member` data.
377+
*(|Array|string)*: Returns the entry's `member` data.
371378

372379
---
373380

@@ -382,7 +389,7 @@ Extracts the entry's `member` data.
382389
<!-- div -->
383390

384391
<h3 id="getname"><code>getName()</code></h3>
385-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L413
392+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L413
386393

387394
Extracts the entry's `name` data.
388395

@@ -402,7 +409,7 @@ Extracts the entry's `name` data.
402409
<!-- div -->
403410

404411
<h3 id="getparamsindex"><code>getParams([index])</code></h3>
405-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L432
412+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L432
406413

407414
Extracts the entry's `param` data.
408415

@@ -425,7 +432,7 @@ Extracts the entry's `param` data.
425432
<!-- div -->
426433

427434
<h3 id="getrelated"><code>getRelated()</code></h3>
428-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L467
435+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L467
429436

430437
Extracts the entry's `see` data.
431438

@@ -445,7 +452,7 @@ Extracts the entry's `see` data.
445452
<!-- div -->
446453

447454
<h3 id="getreturns"><code>getReturns()</code></h3>
448-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L489
455+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L491
449456

450457
Extracts the entry's `returns` data.
451458

@@ -465,7 +472,7 @@ Extracts the entry's `returns` data.
465472
<!-- div -->
466473

467474
<h3 id="getsince"><code>getSince()</code></h3>
468-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L511
475+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L513
469476

470477
Extracts the entry's `since` data.
471478

@@ -485,7 +492,7 @@ Extracts the entry's `since` data.
485492
<!-- div -->
486493

487494
<h3 id="gettype"><code>getType()</code></h3>
488-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L527
495+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L529
489496

490497
Extracts the entry's `type` data.
491498

@@ -505,7 +512,7 @@ Extracts the entry's `type` data.
505512
<!-- div -->
506513

507514
<h3 id="isalias"><code>isAlias()</code></h3>
508-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L548
515+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L550
509516

510517
Checks if the entry is an alias.
511518

@@ -525,7 +532,7 @@ Checks if the entry is an alias.
525532
<!-- div -->
526533

527534
<h3 id="isctor"><code>isCtor()</code></h3>
528-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L560
535+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L562
529536

530537
Checks if the entry is a constructor.
531538

@@ -545,7 +552,7 @@ Checks if the entry is a constructor.
545552
<!-- div -->
546553

547554
<h3 id="isfunction"><code>isFunction()</code></h3>
548-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L577
555+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L579
549556

550557
Checks if the entry is a function reference.
551558

@@ -565,7 +572,7 @@ Checks if the entry is a function reference.
565572
<!-- div -->
566573

567574
<h3 id="islicense"><code>isLicense()</code></h3>
568-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L599
575+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L601
569576

570577
Checks if the entry is a license.
571578

@@ -585,7 +592,7 @@ Checks if the entry is a license.
585592
<!-- div -->
586593

587594
<h3 id="isplugin"><code>isPlugin()</code></h3>
588-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L615
595+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L617
589596

590597
Checks if the entry *is* assigned to a prototype.
591598

@@ -605,7 +612,7 @@ Checks if the entry *is* assigned to a prototype.
605612
<!-- div -->
606613

607614
<h3 id="isprivate"><code>isPrivate()</code></h3>
608-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L635
615+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L637
609616

610617
Checks if the entry is private.
611618

@@ -625,13 +632,30 @@ Checks if the entry is private.
625632
<!-- div -->
626633

627634
<h3 id="isstatic"><code>isStatic()</code></h3>
628-
https://github.com/satisfactory-dev/docdown/blob/db34353dceaad6ad66a474c3f0df2b063fec05be/lib/entry.js#L655
635+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L657
629636

630637
Checks if the entry is *not* assigned to a prototype.
631638

632639
#### Returns
633640
*(boolean)*: Returns `true` if not assigned to a prototype, else `false`.
634641

642+
---
643+
644+
<!-- /div -->
645+
646+
<!-- /div -->
647+
648+
<!-- div -->
649+
650+
## `result`
651+
652+
<!-- div -->
653+
654+
<h3 id="result"><code>result</code></h3>
655+
https://github.com/satisfactory-dev/docdown/blob/b4ef4464e5af74bd41be34762439f69a415cbf7a/lib/entry.js#L105
656+
657+
658+
635659
---
636660

637661
<!-- /div -->

0 commit comments

Comments
 (0)