Hi All,
Last time i wrote about problems with __declspec(dllimport) and
namespaces.
I found that all modifiers like __declspec(<decl-modifier>)
where decl-modifier could be
dllexport
dllimport
naked
noreturn
nothrow
novtable
property
selectany
thread
uuid
could confuse doxygen :((
classes with __declspec() are all ignored,
variables like
//< Initialization of the default global instance of a logger list.
HLoggers __declspec(dllexport) loggers;
are miss interpretered.
e.g.
const char HLib::__declspec ( dllimport ) [inline]
i think the reason doxygen works this way is because __declspec is a borland
language extension only :((
so i only can hope that doxygen could interpret these modifiers in the
future, it would be a nice thing from Dimitri.
Thanks
and sorry for my terrible english.
bye
Hofi
|