I am generating a WinRT component through an .idl file (MIDL 3.0), and more precisely I am using windows-rs. I would like documentation to be generated for the component.
I’ve tried the naive approach of adding ///
comments above the functions signatures in the .idl, but they are aren’t generated when I open the decompiled source in say, a C# project.
I could expect the consumers to look at the .idl, but it would be better if it simply shows with the signatures.
Is it possible to achieve and if yes, how?