docs(api): show "since" in API docs #32806

This commit is contained in:
Justin M. Keyes
2025-03-09 15:47:45 -07:00
committed by GitHub
parent 25d3b92d07
commit 37786ccfcf
2 changed files with 390 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -171,6 +171,7 @@ local function process_proto(item, state)
end end
end end
cur_obj.since = item.since
cur_obj.deprecated_since = item.deprecated_since cur_obj.deprecated_since = item.deprecated_since
-- Remove some arguments -- Remove some arguments