From: Lectem Date: Sun, 4 Oct 2015 22:55:07 +0000 (-0400) Subject: Allow documentation for static functions X-Git-Tag: v0.6.0~10^2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=83d78a0f7cd13c92ae01d50dd983bc280f628048;p=corbenik%2Fctrulib.git Allow documentation for static functions This will show static functions such as the ones in the ipc.h header in the documentation. --- diff --git a/libctru/Doxyfile b/libctru/Doxyfile index f109dd9..68112fe 100644 --- a/libctru/Doxyfile +++ b/libctru/Doxyfile @@ -416,7 +416,7 @@ EXTRACT_PACKAGE = NO # included in the documentation. # The default value is: NO. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined # locally in source files will be included in the documentation. If set to NO