Typed constants produce erroneous results
Status: Beta
Brought to you by:
dbowles
I have a typed constant declaration like this:
const CLSID_Empty : TGUID = '{00000000-0000-0000-0000-
000000000000}';
and should be converted into:
const TGUID CLSID_Empty = ...
but results in a
const CLSID_Empty __pad0__ documentation in doxygen.
Sorry if this is a doxygen bug, but since I heavily
use TGUIDs, I hope it doesn't remain this way too long.
Should you require any assistance or code samples, any
way I can help you, contact me at
gnitsch@freemail.hu
Thank you.