From: Martin Willi Date: Thu, 16 Apr 2015 11:14:06 +0000 (+0200) Subject: apidoc: Enable documentation of static functions X-Git-Tag: 5.3.1dr1~11^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eabc35b9736b0bf8dd03837e6cf05e57a12f686;p=thirdparty%2Fstrongswan.git 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. --- diff --git a/Doxyfile.in b/Doxyfile.in index eaf02d7de8..dc2a6602bb 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