[LLVMbugs] [Bug 19260] New: Show include path of a header file in the doxygen online class documentation

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Mar 27 06:12:01 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19260

            Bug ID: 19260
           Summary: Show include path of a header file in the doxygen
                    online class documentation
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Documentation
          Assignee: unassignedclangbugs at nondot.org
          Reporter: vvasilev at cern.ch
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 12300
  --> http://llvm.org/bugs/attachment.cgi?id=12300&action=edit
Patch fixing/improving the issue

Hi,

  On the online doxygen documentation (eg.
http://clang.llvm.org/doxygen/classclang_1_1Sema.html) 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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140327/f0b91b14/attachment.html>


More information about the llvm-bugs mailing list