Constructor xml doc in F#?
f#
Solution
This appears to be a bug (you're right, it does not work). When Beta2 ships, this bug is likely to still be present, but hopefully it will be fixed for the final release of VS2010.
Problem
How do you attach xml documentation (you know, the /// kind) to constructors in F#? I'm not surprised that I haven't managed to figure it out for implicit constructors... but I can't even get it to work for explicit constructors. It works fine for the class itself and other members.