From 0e3dae78b31fbb86233aac80668a06d9930ca47f Mon Sep 17 00:00:00 2001 From: sonots Date: Sat, 21 Oct 2017 16:38:32 +0900 Subject: template/Doxyfile.tmpl: EXTRACT_STATIC: YES [Bugs #14037] I often feel that C API documents are lacked in C source codes, especially for static functions. I propose to turn EXTRACT_STATIC = YES flag of Doxygen to YES, and write document comments for static functions as much as possible. * template/Doxyfile.tmpl: EXTRACT_STATIC: YES [Bugs #14037] --- template/Doxyfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/Doxyfile.tmpl') diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl index 3860bab3e3..529e7f2563 100644 --- a/template/Doxyfile.tmpl +++ b/template/Doxyfile.tmpl @@ -520,7 +520,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, -- cgit v1.2.3