]> granicus.if.org Git - clang/commit
PR19260: Teach doxygen to spell correctly the include paths.
authorVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 20 Apr 2017 08:57:41 +0000 (08:57 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 20 Apr 2017 08:57:41 +0000 (08:57 +0000)
commitbd6a4f4ea7bcd4acac3b4bf04bab43ab82111fb9
tree9a44057a98c54a77e4cf77dfc44f11f19185b948
parent072d1afbf058ca2202d144465877428cedae152b
PR19260: Teach doxygen to spell correctly the include paths.

Currently we have #include <Sema.h> in the doxygen page documenting Sema. The
patch changes it ot #include "clang/Sema/Sema.h" which is what we would spell if
we need to include it in a real codebase.

Patch by Yuka Takahashi (D32113)!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300825 91177308-0d34-0410-b5e6-96231b3b80d8
docs/doxygen.cfg.in