From ae9f20b896391ed787a24ebe4196aa094be614e8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 11 May 2012 14:35:38 -0700 Subject: [PATCH] Fix documentation version, add palette to excludes. --- libguac/doc/Doxyfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libguac/doc/Doxyfile b/libguac/doc/Doxyfile index 177293d0..88065b4e 100644 --- a/libguac/doc/Doxyfile +++ b/libguac/doc/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = libguac # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.5.0 +PROJECT_NUMBER = 0.6.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -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 = ../include/client-handlers.h +EXCLUDE = ../include/client-handlers.h ../include/palette.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 @@ -617,7 +617,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the @@ -625,7 +625,7 @@ EXCLUDE_PATTERNS = # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = __* +EXCLUDE_SYMBOLS = __* guac_palette* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see