Skip to content

Commit 09eba65

Browse files
authored
Update auto-doc.vm
1 parent 4193a9a commit 09eba65

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

prompts/genius/zh-cn/code/auto-doc.vm

+1-10
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,5 @@ ${context.forbiddenRules}
99
Here is User's code:
1010
```${context.language}
1111
${context.code}
12-
--- methodName
13-
${context.methodName}
14-
---fileName
15-
${context.methodName}
16-
---filePath
17-
${context.filePath}
18-
---beforeCursor
19-
${context.beforeCursor}
20-
---afterCursor
21-
${context.afterCursor}
12+
2213
Please write documentation for this code inside the Markdown code block.

0 commit comments

Comments
 (0)