1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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]
This commit is contained in:
卜部昌平 2021-01-11 17:40:38 +09:00
parent 0e3dae78b3
commit 679f4b895b
Notes: git 2021-09-10 20:01:05 +09:00

View file

@ -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.