From 5f5f633903dc25ad5aad082d5f388cfca73be535 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 15 Nov 2015 14:43:26 +0100 Subject: [PATCH] enabled private and package members --- docs/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 6f49b5bc..90dd3b9e 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -402,13 +402,13 @@ EXTRACT_ALL = NO # be included in the documentation. # The default value is: NO. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal # scope will be included in the documentation. # The default value is: NO. -EXTRACT_PACKAGE = NO +EXTRACT_PACKAGE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file will be # included in the documentation.