LSP: Fix class documentation to include brief
This commit is contained in:
parent
42c7f14422
commit
30672ffce7
3 changed files with 22 additions and 1 deletions
7
modules/gdscript/tests/scripts/lsp/doc_comments.gd
Normal file
7
modules/gdscript/tests/scripts/lsp/doc_comments.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
## brief
|
||||
##
|
||||
## description
|
||||
##
|
||||
## @tutorial(t1): https://example.com/t2
|
||||
## @tutorial: https://example.com/t3
|
||||
extends Node
|
||||
Loading…
Add table
Add a link
Reference in a new issue