From 45f7ec5280e058e19cd2116d28bc3bafe0afcd30 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 27 Apr 2011 15:13:33 -0500 Subject: [PATCH] exclude the workaround stdint.h header from doxygen --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 19b8c67..75c9960 100644 --- a/Doxyfile +++ b/Doxyfile @@ -642,7 +642,7 @@ RECURSIVE = NO # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = +EXCLUDE = src/wiiuse_msvcstdint.h # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded