[Doxygen-users] How to get rid of "EXPORT" ... ?

2020-07-22 Thread Harald.Koenig2 via Doxygen-users
Hi *, I'm new to doxygen, using git master branch (cf635ef1) on Ubuntu 18.04 (right now mostly with TeXlive 2018 for compatibility by default, TL 2020 installed to). the C sources to be documented (not my own code) uses an "EXPORT" define for some plattforms (e.g. "__declspec(dllexport)" for W

Re: [Doxygen-users] How to get rid of "EXPORT" ... ?

2020-07-22 Thread Harald.Koenig2 via Doxygen-users
IGNORE_DOXYGEN it's fine. thanks a lot for your very quick help!! Harald On 7/22/20 2:22 PM, Richard Damon wrote: On 7/22/20 7:49 AM, Harald.Koenig2 via Doxygen-users wrote: Hi *, I'm new to doxygen, using git master branch (cf635ef1) on Ubuntu 18.04 (right now mostly with TeX

Re: [Doxygen-users] How to get rid of "EXPORT" ... ?

2020-07-22 Thread Harald.Koenig2 via Doxygen-users
BUT with PREDEFINED = EXPORT EXPAND_ONLY_PREDEF = YES in the config file (exactly as you mentioned, now that I found it;) and IGNORE_DOXYGEN it's fine. thanks a lot for your very quick help!! Harald On 7/22/20 2:22 PM, Richard Damon wrote: On 7/22/20 7:49 AM, Harald.Koenig2 via

[Doxygen-users] Better formatting of enum ?

2020-07-22 Thread Harald.Koenig2 via Doxygen-users
Hi again, I'm new to doxygen, using git master branch (cf635ef1) on Ubuntu 18.04 (right now mostly with TeXlive 2018 for compatibility by default, TL 2020 installed to). my 2nd problem/question: I try to get better formatting for thisĀ  enum: ---8<-8<-8<-8<-8<-8<-8<