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

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -