You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Merge pull request #107315 from HolonProduction/lsp-brief-fix
LSP: Fix class documentation to include brief
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user