summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-21 13:56:26 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-21 13:56:26 (GMT)
commit369c65635de29af6fd92c835879d70fdac7d2270 (patch)
tree36f029e47882989a3f49c780f3aaf19e48e82014 /src/config.xml
parent3e683bcfbb68acea59460423c8205e434712905f (diff)
downloadDoxygen-369c65635de29af6fd92c835879d70fdac7d2270.zip
Doxygen-369c65635de29af6fd92c835879d70fdac7d2270.tar.gz
Doxygen-369c65635de29af6fd92c835879d70fdac7d2270.tar.bz2
issue 3417: C++: friend template functions shown even with HIDE_FRIEND_COMPOUNDS=yes
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index dfe22e2..bf74fff 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -927,7 +927,7 @@ Go to the <a href="commands.html">next</a> section or return to the
<docs>
<![CDATA[
If the \c HIDE_FRIEND_COMPOUNDS tag is set to \c YES, doxygen will hide all
- friend (class|struct|union) declarations.
+ friend declarations.
If set to \c NO, these declarations will be included in the
documentation.
]]>