78cf0eb980668e8bb1e3a218e82a13a035abb1df
Previous implementation matched function-declaration patterns inside Lua line-comments, causing false-positive missing_docs warnings for commented-out forward-compat stubs (e.g. DEPRECATED-MVP placeholders in camera and render libs, 5 each). Pre-process source with gsub to strip "--" through end-of-line before running the two gmatch passes. Block comments (--[[...]]) are not handled; not used in this project's Lua sources. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
lib-core.api-discovery
Pure-Lua-Library for surface-discovery (extract M.* from Lua source) and README-parsing (extract documented API from markdown). Sandbox-safe — no FS, no side-effects. Used by Sporel's --lint CLI mode.
Version: 0.1.0
Description
Languages
Lua
100%