From 4eabc35b9736b0bf8dd03837e6cf05e57a12f686 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 16 Apr 2015 13:14:06 +0200 Subject: [PATCH] apidoc: Enable documentation of static functions As we scan for header files only, this does not affect any local functions, but documents any static inlines we define in header files. --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index eaf02d7de..dc2a6602b 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -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