From 7fdb236001116ccbafa44459eda59623bedebc64 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 26 Nov 2011 16:11:00 -0800 Subject: [PATCH] Exclude client-handlers.h from generated doc. --- libguac/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguac/Doxyfile b/libguac/Doxyfile index 6dc51a74..f5ae26bd 100644 --- a/libguac/Doxyfile +++ b/libguac/Doxyfile @@ -603,7 +603,7 @@ RECURSIVE = YES # 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 = include/client-handlers.h # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded