From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D37A8138350 for ; Tue, 28 Apr 2020 08:01:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07DF7E0986; Tue, 28 Apr 2020 08:01:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8AB6E0986 for ; Tue, 28 Apr 2020 08:01:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD9AE34ED9E for ; Tue, 28 Apr 2020 08:01:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A57418F for ; Tue, 28 Apr 2020 08:01:52 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588060799.bedac61ec6083747cb9f8746f7270a89a0084bcb.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/docs.eclass X-VCS-Directories: eclass/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bedac61ec6083747cb9f8746f7270a89a0084bcb X-VCS-Branch: master Date: Tue, 28 Apr 2020 08:01:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1557ab2-b20c-4bd6-94b4-b355bdae9539 X-Archives-Hash: 9abfeb9245954e415762671334707567 commit: bedac61ec6083747cb9f8746f7270a89a0084bcb Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 28 07:59:59 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 28 07:59:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bedac61e eclass/docs: more documentation fixes Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> eclass/docs.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/docs.eclass b/eclass/docs.eclass index f3d4eb2..b05145b 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -41,7 +41,7 @@ esac # @PRE_INHERIT # @DESCRIPTION: # Sets the doc builder to use, currently supports -# sphinx and mkdocs +# sphinx, mkdocs and doxygen # @ECLASS-VARIABLE: DOCDIR # @DESCRIPTION: From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86F55138350 for ; Tue, 28 Apr 2020 08:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6696E0986; Tue, 28 Apr 2020 08:00:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0221E0986 for ; Tue, 28 Apr 2020 08:00:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24D7B34E89A for ; Tue, 28 Apr 2020 08:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C74718F for ; Tue, 28 Apr 2020 08:00:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588060799.bedac61ec6083747cb9f8746f7270a89a0084bcb.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/docs.eclass X-VCS-Directories: eclass/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bedac61ec6083747cb9f8746f7270a89a0084bcb X-VCS-Branch: dev Date: Tue, 28 Apr 2020 08:00:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 574599b5-0c9f-4891-ba92-79656553424e X-Archives-Hash: 7b77837bd8e8846c74aa956ba2b895df Message-ID: <20200428080033.j2NxDNUj9uUnhXA_2-olBCLTWEPsmd_buuiCfKqhIao@z> commit: bedac61ec6083747cb9f8746f7270a89a0084bcb Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 28 07:59:59 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 28 07:59:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bedac61e eclass/docs: more documentation fixes Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> eclass/docs.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/docs.eclass b/eclass/docs.eclass index f3d4eb2..b05145b 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -41,7 +41,7 @@ esac # @PRE_INHERIT # @DESCRIPTION: # Sets the doc builder to use, currently supports -# sphinx and mkdocs +# sphinx, mkdocs and doxygen # @ECLASS-VARIABLE: DOCDIR # @DESCRIPTION: