what do caret and percent sign mean in doxygen function documentation for .NET -
i have following function definition documentation created doxygen .net code.
void getcapacity ( [out] array< uint32_t >^% channelcapacity, [out] array< uint32_t >^% synccapacity ) what '^' , '%' mean?
Comments
Post a Comment