mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
fix(doc): improve doc generation of types using lpeg
Added a lpeg grammar for LuaCATS and use it in lua2dox.lua
This commit is contained in:
committed by
Lewis Russell
parent
a767c046f4
commit
2f9ee9b6cf
@ -516,7 +516,7 @@ end
|
||||
---
|
||||
--- Displays call hierarchy in the quickfix window.
|
||||
---
|
||||
---@param direction `"from"` for incoming calls and `"to"` for outgoing calls
|
||||
---@param direction 'from'|'to' `"from"` for incoming calls and `"to"` for outgoing calls
|
||||
---@return function
|
||||
--- `CallHierarchyIncomingCall[]` if {direction} is `"from"`,
|
||||
--- `CallHierarchyOutgoingCall[]` if {direction} is `"to"`,
|
||||
|
Reference in New Issue
Block a user