Suppose we define a class in IDL (MS flavour):
[
coclass,
helpstring("This is MyClass that does MyThings"),
uuid(12EA4908-7233-1E52-056A-00E04F17BCFE)
]
class MyClass
{
...
};
Can doxygen include helpstring attribute content in class documentation? Same
applies to methods/interfaces/properties/etc. If it is not currently possible
would such a functionality be hard to add? Does doxygen parse such constructs
and it would only be a matter of adding it to output or is it a more
complicated task? TIA,
--
Regards,
Tomasz Grobelny
|