From 6e2411120e1ccf2753406efa23e44f4924c6f676 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Sun, 8 Mar 2015 11:35:59 +0800 Subject: [PATCH] Add another examples directory. --- build/documentation/doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/documentation/doxygen.cfg b/build/documentation/doxygen.cfg index f4f5248..7cf2385 100644 --- a/build/documentation/doxygen.cfg +++ b/build/documentation/doxygen.cfg @@ -724,7 +724,7 @@ EXCLUDE_SYMBOLS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = "./" +EXAMPLE_PATH = "./" "./temp/" # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp