I completely missed this part...
PREDEFINED = __declspec(x)=
Many thanks,
Alex.
On Tue, Jul 23, 2013 at 3:41 PM, Albert wrote:
> Dear all,
>
> Please have a look in the chapter preprocessing of the doxygen manual
>
> (PS. before I send this only to Rene and forgot to include the
Dear all,
Please have a look in the chapter preprocessing of the doxygen manual
(PS. before I send this only to Rene and forgot to include the group).
Albert
On Tue, Jul 23, 2013 at 11:36 AM, Alex Smolin wrote:
> Thanks a lot, Rene, this is exactly what I'm looking for. How can I tell
> doxy
Thanks a lot, Rene, this is exactly what I'm looking for. How can I tell
doxygen to predefine a symbol as empty definition?
Alex.
On Tue, Jul 23, 2013 at 11:30 AM, "René Staffen" wrote:
> normally the __declspec(dllimport) and __declspec(dllexport) are declared
> via some macro that is define
normally the __declspec(dllimport) and __declspec(dllexport) are declared via some macro that is defined differently
dependent if header is included from cpp (if you compile your dll-project) or from some foreign header (when using this dll).
these macro definitions usally are look like
#ifnd