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: docs/04-Editing & Code/07-doc-comments.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,22 @@ title: Doc Comments
3
3
slug: "/Features/doc-comments"
4
4
---
5
5
6
+
import VideoPlayer from '@site/src/components/Video/player';
7
+
6
8
**Phoenix Code** can write documentation comments for your functions and classes. Type `/**` on the line above a function and accept the hint that appears. Phoenix Code reads the function's signature and generates a comment with all its parameters filled in.
7
9
8
-
<!-- TODO: PLUTO - add video here showing a JSDoc comment being generated -->
0 commit comments