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

2013-07-23 Thread Alex Smolin
rgot 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 >> doxygen to predefine a symbol as empty definition? >> >> Alex. >

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

2013-07-23 Thread Alex Smolin
llimport) > #endif > > In this case the problem should be easyly solved by telling doxygen to > predefine the symbol MYDLL_DLLSPEC as empty definition. > > Regards, > René > > *Gesendet:* Dienstag, 23. Juli 2013 um 10:17 Uhr > *Von:* "Alex Smolin" > *A

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

2013-07-23 Thread Alex Smolin
Hi, Could someone help me in how can I force doxygen ignore __declspec(dllimport) (or my macro for the same purpose) text in output? I have a namespace with some of its functions being exported/imported in dll. Html documentation is created with the __declspec(dllimport) macro similar to this: _