You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regenerate the C++ API snapshots with the real toolchain
Replaces the hand-edited snapshots from the previous commit, generated with
Doxygen 1.16.1 (the version CI pins) and validated with
`python -m scripts.cxx-api.parser --validate` — all nine views pass.
Two corrections fall out. The renamed DeviceInfo members are *dropped* from
the snapshots rather than renamed: `scripts/cxx-api/config.yml` excludes any
symbol matching `(?i)experimental`, so the C++ surface hides the field the
same way the JavaScript API snapshot does. And AppleEventBeat's destructor is
`~AppleEventBeat() override` — the `virtual` in the line added by hand with
the display-phase induce was never what Doxygen emits for it.
0 commit comments