diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-08 18:55:03 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-08 18:55:03 (GMT) |
commit | fec80946ad8a21d81aab23896a816122ade245d3 (patch) | |
tree | 2662feb93bc2e6f98089ae151020093fbbeb5431 /src/config.xml | |
parent | 08c27fdc4cffa3a30d3d2e2b9ea447146aad25ce (diff) | |
download | Doxygen-fec80946ad8a21d81aab23896a816122ade245d3.zip Doxygen-fec80946ad8a21d81aab23896a816122ade245d3.tar.gz Doxygen-fec80946ad8a21d81aab23896a816122ade245d3.tar.bz2 |
Shortened EXTRACT_PRIVATE_VIRTUAL to EXTRACT_PRIV_VIRTUAL to deal with max length limitation
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml index d47b0a4..a62040b 100644 --- a/src/config.xml +++ b/src/config.xml @@ -838,10 +838,10 @@ 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'> + <option type='bool' id='EXTRACT_PRIV_VIRTUAL' defval='0'> <docs> <![CDATA[ - If the \c EXTRACT_PRIVATE_VIRTUAL tag is set to \c YES, documented private + If the \c EXTRACT_PRIV_VIRTUAL tag is set to \c YES, documented private virtual methods of a class will be included in the documentation. ]]> </docs> |