diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2014-12-07 03:42:37 +0100 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2014-12-13 04:59:51 +0100 |
commit | ed0221552afeca418776f76a4563632a19ebc03c (patch) | |
tree | 482c117458858139dbf6bacd9ab174df887bd2d5 | |
parent | Added missing include in common_funcs.h (diff) | |
download | yuzu-ed0221552afeca418776f76a4563632a19ebc03c.tar yuzu-ed0221552afeca418776f76a4563632a19ebc03c.tar.gz yuzu-ed0221552afeca418776f76a4563632a19ebc03c.tar.bz2 yuzu-ed0221552afeca418776f76a4563632a19ebc03c.tar.lz yuzu-ed0221552afeca418776f76a4563632a19ebc03c.tar.xz yuzu-ed0221552afeca418776f76a4563632a19ebc03c.tar.zst yuzu-ed0221552afeca418776f76a4563632a19ebc03c.zip |
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -419,7 +419,7 @@ LOOKUP_CACHE_SIZE = 0 # normally produced when WARNINGS is set to YES. # The default value is: NO. -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will # be included in the documentation. |