Moved core code up to oftest directory
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 9d5f77b..4f0690c 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -534,11 +534,7 @@
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = "../src/python/oftest/protocol" \
- "../src/python/oftest/controller" \
- "../src/python/oftest/dataplane" \
- "../src/python/oftest/packet" \
- "../src/python/oftest"
+INPUT = "../src/python/oftest"
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is