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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to