What happens when .h & .cpp Doxygen conflicts conflict?

I have .h and .cpp files in my project with / multiple tags in both places: what does doxygen do when there is a conflict between two potential places for documentation?

+3
source share
1 answer

This is in the documentation :

It is permitted to have more than one short or detailed description (but not recommended, since the order in which the descriptions appear is not specified).

And the documentation for the brief command:

If several / short teams are present, they will be combined.

+3
source

All Articles