I'd like better XMLDOC support in C++:
- On by default, without needing to set def_c_xmldoc.
- A more robust argument list parser that ignores SAL annotations. Currently the parser seems to give up, because it doesn't generate <param> tags if there's SAL markup. My company requires SAL annotation on every function call, and I'm weary of making/updating all these comment blocks by hand.