From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qoyr6-0000JD-35 for garchives@archives.gentoo.org; Thu, 04 Aug 2011 14:25:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2269A21C2BE; Thu, 4 Aug 2011 14:24:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E8FBF21C2BF for ; Thu, 4 Aug 2011 14:24:47 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6ED6F2AC00C for ; Thu, 4 Aug 2011 14:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9818280038 for ; Thu, 4 Aug 2011 14:24:46 +0000 (UTC) From: "Petteri Räty" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petteri Räty" Message-ID: Subject: [gentoo-commits] proj/libbash:master commit in: / X-VCS-Repository: proj/libbash X-VCS-Files: Doxyfile X-VCS-Directories: / X-VCS-Committer: betelgeuse X-VCS-Committer-Name: Petteri Räty X-VCS-Revision: e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b Date: Thu, 4 Aug 2011 14:24:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 77db4f11d0308514593d51d4d7e95458 commit: e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b Author: Mu Qiao gentoo org> AuthorDate: Thu Aug 4 07:45:38 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Thu Aug 4 14:15:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3De8f6cef9 Doc: hide undocumented classes and members --- Doxyfile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index a062f24..8ed80b5 100644 --- a/Doxyfile +++ b/Doxyfile @@ -337,14 +337,14 @@ EXTRACT_ANON_NSPACES =3D NO # various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. =20 -HIDE_UNDOC_MEMBERS =3D NO +HIDE_UNDOC_MEMBERS =3D YES =20 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. # If set to NO (the default) these classes will be included in the vario= us # overviews. This option has no effect if EXTRACT_ALL is enabled. =20 -HIDE_UNDOC_CLASSES =3D NO +HIDE_UNDOC_CLASSES =3D YES =20 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all # friend (class|struct|union) declarations.