I am working on a project that includes other 3rd party libraries. All of these 3rd party libraries come with their own Doxyfile, and every of these libraries have their own specific 'Image' folder. Unfortunately some of these libraries are using the same naming conventions to name images.

Due to this reason, if I generate a Documentation for the entire source tree (including 3rd party libraries ), it falls in ambiguity due to clashing image-names, and includes images from wrong folder.

Is there a way to use multiple doxygen files, so each library has its own sandbox. and at the end, entire documentation output can be interlinked somehow ?

share|improve this question

1 Answer

up vote 2 down vote accepted

Check out the doxygen manual chapter about Linking to external documentation. It is fairly easy to achieve what you want using tag files.

share|improve this answer

Your Answer

 
or
required, but never shown
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.