It seems that when we fully qualify a section reference (or make one from another module) the title does not get spliced.
> cat bla.mli
(** {2:splice_me Splice me}
This is correct {!splice_me}.
This is incorrect {!Bla.splice_me}. *)

Not sure whether it's regression or not.