From ffd980e0ebc8be0c081ce2da159af09605dded75 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Sat, 18 Jul 2020 18:46:58 +0100 Subject: [PATCH] [doxygen] Add private virtual methods to the doxygen docs --- docs/Doxyfile.qmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index 5ec95d45c..14b85087b 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -474,7 +474,7 @@ EXTRACT_PRIVATE = NO # methods of a class will be included in the documentation. # The default value is: NO. -EXTRACT_PRIV_VIRTUAL = NO +EXTRACT_PRIV_VIRTUAL = YES # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal # scope will be included in the documentation.