From 83d78a0f7cd13c92ae01d50dd983bc280f628048 Mon Sep 17 00:00:00 2001 From: Lectem Date: Sun, 4 Oct 2015 18:55:07 -0400 Subject: [PATCH] Allow documentation for static functions This will show static functions such as the ones in the ipc.h header in the documentation. --- libctru/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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