eProsima / Fast-CDR

eProsima FastCDR library provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation of it. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
142 stars 100 forks source link

API doc generation fails with doxygen 1.10.0 #193

Closed panicgh closed 7 months ago

panicgh commented 8 months ago

With doxygen 1.10.0, API doc generation fails with:

/build/source/include/fastcdr/Cdr.h:67: error: Found non-existing group 'FASTCDRAPIREFERENCE' for the command '@ingroup', ignoring command (warning treated as error, aborting now)

The doxygen 1.10.0 changelog mentions:

Submit warning when the ingroup command is used with an non-existing group name [view] and [view]

and Fast-CDR's doxygen config contains:

WARN_AS_ERROR = YES