Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I get Doxygen to merge namespace contents in different files?

Tags:

c++

doxygen

I have different .h files that each provide declarations in the same namespace. Doxygen generates a new entry for each file, with the same name. Can I make doxygen to merge all these?

like image 988
Wouter van Ooijen Avatar asked Dec 06 '25 10:12

Wouter van Ooijen


1 Answers

Add at least one documented namespace declaration. I'm using to do this in a separate header file, that contains documentation global definitions (main page, groups, etc.) for the project's root namespace.

like image 98
πάντα ῥεῖ Avatar answered Dec 07 '25 22:12

πάντα ῥεῖ



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!