Author Topic: better XMLDOC support in C++  (Read 1714 times)

chrisant

  • Senior Community Member
  • Posts: 1410
  • Hero Points: 131
better XMLDOC support in C++
« on: September 24, 2013, 09:01:00 PM »
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.