Our codebase has ~100 VC++ projects, roughly half are applications and
the other half are library projects.
We want to document each separately with doxygen but from the
documentation for an app project, jump into documentation of library
classes used.

Say MyApp application project has a dependency on Utilities library
project, and we separately doxygenate both projects. But when
CMyApplication subclasses UtilityApplication, or
CMyApplication::getSystemInfo() returns an object of type SystemInfo
declared in Utilities, I want those to be URL-linked in
MyApplication's HTML so I can jump to view their documentation.

I _think_ this is exactly what tagfiles are for, but then we also have
the ability to set INCLUDE_PATH. Can both be used in this situation,
is there a definitive right/wrong approach?

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to