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 <gentoo-commits+bounces-368773-garchives=archives.gentoo.org@lists.gentoo.org>)
	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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Thu,  4 Aug 2011 14:24:46 +0000 (UTC)
From: "Petteri Räty" <betelgeuse@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Petteri Räty" <betelgeuse@gentoo.org>
Message-ID: <e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b.betelgeuse@gentoo>
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: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 77db4f11d0308514593d51d4d7e95458

commit:     e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b
Author:     Mu Qiao <qiaomuf <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 07:45:38 2011 +0000
Commit:     Petteri R=C3=A4ty <betelgeuse <AT> gentoo <DOT> 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.