]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commitdiff
Fixed the Doxyfile to include private members.
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Sat, 4 Jun 2022 14:21:17 +0000 (16:21 +0200)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Sat, 4 Jun 2022 14:21:17 +0000 (16:21 +0200)
Doxyfile

index 12bed32ac0f8f7d3165342628b44ee3dda33e612..a64cfcac7a365011db365da4f514b5d2b77e85ac 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -483,7 +483,7 @@ EXTRACT_ALL            = NO
 # be included in the documentation.
 # The default value is: NO.
 
-EXTRACT_PRIVATE        = NO
+EXTRACT_PRIVATE        = YES
 
 # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
 # methods of a class will be included in the documentation.