Split any tag token whose last character is '?' into two tokens: the original token without the trailing '?' followed by a literal "?". This lets `///@ Event` / `///@ RemoteCall` declarations carry per-arg nullable markers (`Type? name`) without requiring `?` to be a token separator globally in strvex::tokenize.
source not stored for this graph (policy: none)
no test coverage detected