From: Martin Willi Date: Thu, 16 Apr 2015 11:14:06 +0000 (+0200) Subject: apidoc: Enable documentation of static functions X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fstrongswan.git;a=commitdiff_plain;h=4eabc35b9736b0bf8dd03837e6cf05e57a12f686 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 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