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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -