> 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
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:* &
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
"
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
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:
_