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

2013-07-23 Thread Alex Smolin
> 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:* &qu

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

2013-07-23 Thread Albert
rt) >> #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:* &

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

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

2013-07-23 Thread René Staffen
" An: doxygen-users@lists.sourceforge.net Betreff: [Doxygen-users] how to ignore __declspec(dllimport) before function 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

[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: _