From c1fad30934c5ba43da241e319ec7f25dba5f7be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 22 May 2012 14:38:55 +0200 Subject: [PATCH] Users don't (and shouldn't) care about friend declarations in docs. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 81d4c0df4..88e01bc13 100644 --- a/Doxyfile +++ b/Doxyfile @@ -421,7 +421,7 @@ HIDE_UNDOC_CLASSES = NO # If set to NO (the default) these declarations will be included in the # documentation. -HIDE_FRIEND_COMPOUNDS = NO +HIDE_FRIEND_COMPOUNDS = YES # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any # documentation blocks found inside the body of a function.