Specify proper directory; only handles ofmsg for now
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 3def26f..cdee1ca 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -534,8 +534,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = "../src/controller" "../src/dataplane" \
-                       "../src/ofmsg" "../src/packet"
+INPUT                  = "../src/python/oftest/ofmsg"
 
 # 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