DoxyGen: Fixed wrong vio.txt filename.
diff --git a/CMSIS/DoxyGen/Build/Build.dxy b/CMSIS/DoxyGen/Build/Build.dxy
index fd8b4f7..abb708a 100644
--- a/CMSIS/DoxyGen/Build/Build.dxy
+++ b/CMSIS/DoxyGen/Build/Build.dxy
@@ -756,11 +756,10 @@
 
 INPUT                  = . \
                          src/General.txt \
-						 src/CmdLineBuild.txt \
+                         src/CmdLineBuild.txt \
                          src/cprj_schema.txt \
-                         src/cmsis_vio.txt \
-						 ../../Build/VIO/Include/cmsis_vio.h \
-						 
+                         src/vio.txt \
+                         ../../Build/VIO/Include/cmsis_vio.h \
 
 # 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