I have c:\src\include\logger.h which declares class LoggerBase
I have a project dir c:\src\myproject which I want to document, which
contains a file:
#include <logger.h>
class ProjectLogger : public LoggerBase
{
...
};
so:
INPUT = c:\src\myproject
INCLUDE_PATH = c:\src\include
Now, the generated doxygen for ProjectLogger shows ProjectLogger deriving
from LoggerBase, but references to LoggerBase are not shown as links...
greyed out in diagrams, plain text in documentation.
Maybe I'm missing the point of INCLUDE_PATH but isn't this what I'm
supposed to use it for? I could run doxygen to create a tag file for
c:\src\include but that seems wrong.
Thanks for any advice.
John.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users