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