From e5f029cda60314510966d0c1a71907c3a400c439 Mon Sep 17 00:00:00 2001 From: Pedro Date: Thu, 5 Mar 2015 18:27:23 +0000 Subject: [PATCH] create examples directory for doxygen --- build/documentation/doxygen.cfg | 4 ++-- build/documentation/{ => examples}/example.1.c | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename build/documentation/{ => examples}/example.1.c (100%) diff --git a/build/documentation/doxygen.cfg b/build/documentation/doxygen.cfg index 781f1df..08f6cca 100644 --- a/build/documentation/doxygen.cfg +++ b/build/documentation/doxygen.cfg @@ -355,7 +355,7 @@ EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. -EXTRACT_PRIVATE = YES +EXTRACT_PRIVATE = NO # If the EXTRACT_PACKAGE tag is set to YES, all members with package or # internal scope will be included in the documentation. @@ -724,7 +724,7 @@ EXCLUDE_SYMBOLS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = "./" +EXAMPLE_PATH = "./examples/" # 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 diff --git a/build/documentation/example.1.c b/build/documentation/examples/example.1.c similarity index 100% rename from build/documentation/example.1.c rename to build/documentation/examples/example.1.c