Re: [Doxygen-users] how to ignore __declspec(dllimport) before function

2013-07-23 Thread Alex Smolin
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

Re: [Doxygen-users] how to ignore __declspec(dllimport) before function

2013-07-23 Thread Albert
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

Re: [Doxygen-users] how to ignore __declspec(dllimport) before function

2013-07-23 Thread Alex Smolin
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

Re: [Doxygen-users] how to ignore __declspec(dllimport) before function

2013-07-23 Thread René Staffen
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