Currently the reference docs for API and Settings are maintained manually.
We should auto-generate those pages from the codebase.
We should parse the alphaTab.d.ts and its contained TS Doc and create documentation based on it. We might need some more custom @tags to have samples, target specifics, internal APIs etc. separated correctly.
This way we can focus more on writing actual feature guides than maintaining these pages.
Currently the reference docs for API and Settings are maintained manually.
We should auto-generate those pages from the codebase.
We should parse the alphaTab.d.ts and its contained TS Doc and create documentation based on it. We might need some more custom
@tagsto have samples, target specifics, internal APIs etc. separated correctly.This way we can focus more on writing actual feature guides than maintaining these pages.