diff options
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml index fdc562d..8bf45bb 100644 --- a/src/config.xml +++ b/src/config.xml @@ -838,6 +838,14 @@ Go to the <a href="commands.html">next</a> section or return to the ]]> </docs> </option> + <option type='bool' id='EXTRACT_PRIVATE_VIRTUAL' defval='0'> + <docs> +<![CDATA[ + If the \c EXTRACT_PRIVATE_VIRTUAL tag is set to \c YES, documented private + virtual methods of a class will be included in the documentation. +]]> + </docs> + </option> <option type='bool' id='EXTRACT_PACKAGE' defval='0'> <docs> <![CDATA[ |