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

2020-07-22 Thread Andreas Fabri
#ifndef DOXYGEN_RUNNING might help On 7/22/2020 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 TeXlive 2018 for compatibility by default, TL 2020 inst

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

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

2020-07-22 Thread Harald.Koenig2 via Doxygen-users
oops, for the record: I missed that MACRO_EXPANSION    = YES must be set, too! On 7/22/20 3:00 PM, Harald.Koenig2 wrote: Hi Richard, cool, didn't now about "ENABLE_PREPROCESSING" yet. but it's a bit more complicated (for me;), as ENABLE_PREPROCESSING is already active by default. and

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

2020-07-22 Thread Harald.Koenig2 via Doxygen-users
Hi Richard, cool, didn't now about "ENABLE_PREPROCESSING" yet. but it's a bit more complicated (for me;), as ENABLE_PREPROCESSING is already active by default. and there is a #define EXPORT (which originally was blocked by //\cond IGNORE_DOXYGEN) when removing IGNORE_DOXYGEN, then that EXPO

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

2020-07-22 Thread Richard Damon
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 TeXlive 2018 for compatibility by default, TL > 2020 installed to). > > the C sources to be documented (not my own code) uses an

[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