Unfortunately not.
Cannot change the way you create .xml files.
Instead, you have to change what it processes, these files process this syntax, or modify the XML documentation.
The problem here is that Nullable{Boolean} no different from Nullable{T} , because the part between the brackets is not understood as a type, but as a general type parameter. T , Boolean , XYZ , it's all the same.
You will either have to change the tool that reads this (and I donโt know how you will do it), or write your links in different ways:
source share