<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Dear LLVM Developers,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This is the first time I am using this mailing list. Am I correct that I can ask a question by posting to this email address?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">My name is Konstantin Rebrov. I am working on a C++ software project which is based on LLVM Core Libraries. By that I mean that in this project we have some custom classes which are inheriting from the LLVM classes, and other custom classes
 have method which return LLVM class objects, or using LLVM API in some other way.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have been assigned a task of creating a doxygen documentation for this project. I have succeeded getting the initial documentation being generated for the project, and it looks good. However I also want to be able to link my doxygen documentation
 with official LLVM doxygen documentation on their website. So our doxygen documentation pages are generated offline and stored in some directory on the PC. I want to be able to link this offline documentation with the LLVM doxygen documentation website.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Because we maybe having custom classes which are inheriting from LLVM classes, I want for any reader to be able to open the local documentation for the derived class displaying an HTML document stored in the PC, and then navigating to the
 graphviz inheritance hierarchy, click on the LLVM base class and immediately be taken to the LLVM doxygen documentation website for that particular base class. Also if some custom classes are returning LLVM data types, then the data types should also be clickable
 from the signature of that method, taking one to the LLVM doxygen documentation for that particular LLVM data type.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">How can I accomplish this task? I need to have it done by Friday. I have taken a look at doxygen tag files, but I cannot understand how it works, and how to link a website using the tag files.<o:p></o:p></p>
<p class="MsoNormal">Please if anyone can give me some hints how to do this using the tag files, or another way to do it, I would be very grateful.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Sincerely,<o:p></o:p></p>
<p class="MsoNormal">Konstantin Rebrov<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>