doc FEATURE high level documentation including transition manual
diff --git a/Doxyfile.in b/Doxyfile.in
index 204efc1..9abc3c9 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -522,7 +522,7 @@
 # scope will be hidden.
 # The default value is: NO.
 
-HIDE_SCOPE_NAMES       = YES
+HIDE_SCOPE_NAMES       = NO
 
 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
 # append additional text to a page's title, such as Class Reference. If set to
@@ -781,7 +781,7 @@
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = @DOXY_HEADERS@
+INPUT                  = doc/transition.dox @DOXY_HEADERS@
 
 # 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