From 5fa1aad42a1778666144a7addff0668e629babb1 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 15 Jan 2014 12:04:04 +0100 Subject: [PATCH] [documentation] Hide friend declarations in doxygen output The clutter the output. I can't believe anyone really wants to see the friend relationships in doxygen. --- doc/doxygen/Doxystyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/Doxystyle b/doc/doxygen/Doxystyle index a26fa813f..c3d491fb4 100644 --- a/doc/doxygen/Doxystyle +++ b/doc/doxygen/Doxystyle @@ -187,7 +187,7 @@ EXTRACT_LOCAL_METHODS = NO EXTRACT_ANON_NSPACES = NO HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO -HIDE_FRIEND_COMPOUNDS = NO +HIDE_FRIEND_COMPOUNDS = YES HIDE_IN_BODY_DOCS = NO INTERNAL_DOCS = NO CASE_SENSE_NAMES = NO -- GitLab