Added controller and dataplane classes
diff --git a/doc/Doxyfile b/doc/Doxyfile
index cdee1ca..bc72f7d 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -534,7 +534,11 @@
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = "../src/python/oftest/ofmsg"
+INPUT = "../src/python/oftest/ofmsg" \
+ "../src/python/oftest/controller" \
+ "../src/python/oftest/dataplane" \
+ "../src/python/oftest/packet" \
+ "../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