From 679f4b895b683430c49f0014ac885eb9291d59e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Mon, 11 Jan 2021 17:40:38 +0900 Subject: [PATCH] template/Doxyfile.tmpl: EXTRACT_ALL=NO This prevents file-static functions/variables be listed in the CAPI documents. An entity shall be placed inside of a file that contains `@file` doxygen comment, in order for it to be documented. [ci skip] --- template/Doxyfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl index 529e7f2563..71f8c894f9 100644 --- a/template/Doxyfile.tmpl +++ b/template/Doxyfile.tmpl @@ -496,7 +496,7 @@ NUM_PROC_THREADS = 1 # normally produced when WARNINGS is set to YES. # The default value is: NO. -EXTRACT_ALL = YES +EXTRACT_ALL = NO # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation.