You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ layout: index.njk
5
5
---
6
6
7
7
8
-
JSDoc 3 is an API documentation generator for JavaScript, similar to Javadoc or phpDocumentor. You
8
+
JSDoc 3 is an API documentation generator for JavaScript, similar to [Javadoc](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html) or [phpDocumentor](https://www.phpdoc.org/). You
9
9
add documentation comments directly to your source code, right alongside the code itself. The JSDoc
10
10
tool will scan your source code and generate an HTML documentation website for you.
0 commit comments