1
0
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:
Rémi Verschelde
2025-06-12 11:56:42 +02:00
3 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
## brief
##
## description
##
## @tutorial(t1): https://example.com/t2
## @tutorial: https://example.com/t3
extends Node