<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Show include path of a header file in the doxygen online class documentation"
href="http://llvm.org/bugs/show_bug.cgi?id=19260">19260</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Show include path of a header file in the doxygen online class documentation
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Documentation
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vvasilev@cern.ch
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=12300" name="attach_12300" title="Patch fixing/improving the issue">attachment 12300</a> <a href="attachment.cgi?id=12300&action=edit" title="Patch fixing/improving the issue">[details]</a></span>
Patch fixing/improving the issue
Hi,
On the online doxygen documentation (eg.
<a href="http://clang.llvm.org/doxygen/classclang_1_1Sema.html">http://clang.llvm.org/doxygen/classclang_1_1Sema.html</a>) there is '#include
<Sema.h>' string. This is not very helpful because one has to figure out where
Sema.h is (especially difficult for the non-obvious classes)
The attached patch turns the string into: '#include
"include/clang/Sema/Sema.h"' (for the headers coming from lib it shows lib),
showing that this file is 'include'-able and the folder the class is presented
in.
Cheers,
Vassil</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>