Index: docs/Doxyfile |
diff --git a/docs/Doxyfile b/docs/Doxyfile |
index 14531c75c40072ed973f70ad4c6d1ef708b09750..4e9b2ffab3026386c918dca53b49163f4eadfd6d 100644 |
--- a/docs/Doxyfile |
+++ b/docs/Doxyfile |
@@ -749,7 +749,8 @@ INPUT = "../src" \ |
"../../llvm/include/llvm/Config" \ |
"../../llvm/include/llvm/IR" \ |
"../../llvm/include/llvm/IRReader" \ |
- "../../llvm/include/llvm/Support" |
+ "../../llvm/include/llvm/Support" \ |
+ "../pydir" |
# This tag can be used to specify the character encoding of the source files |
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |