Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit c231064

Browse files
author
Pawel Karczewski
committed
[doc] Disable EXTRACT_PRIVATE
It generates a lot not relevant documentation for helper methods
1 parent c9ddd3b commit c231064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/libpmemobj++.Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ EXTRACT_ALL = NO
491491
# be included in the documentation.
492492
# The default value is: NO.
493493

494-
EXTRACT_PRIVATE = YES
494+
EXTRACT_PRIVATE = NO
495495

496496
# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
497497
# methods of a class will be included in the documentation.

0 commit comments

Comments
 (0)