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 9D633138350 for ; Tue, 21 Apr 2020 10:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E74E2E0894; Tue, 21 Apr 2020 10:22:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CCC53E0894 for ; Tue, 21 Apr 2020 10:22:31 +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 C06DA34F0D2 for ; Tue, 21 Apr 2020 10:22:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F9F19C for ; Tue, 21 Apr 2020 10:22:29 +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: <1587464523.5f91e34dcdf6a0bc0b893caccb03c389a1b163d6.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: 5f91e34dcdf6a0bc0b893caccb03c389a1b163d6 X-VCS-Branch: dev Date: Tue, 21 Apr 2020 10:22:29 +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: e46f2cd0-2358-4a7e-a5b6-4ae8d1195d15 X-Archives-Hash: 0f83b9a3226908cf360ea8073d6bfd49 Message-ID: <20200421102229.rg_3U3Wb9VDVI_Dt5_kd9_x-yVJeNnWmEcwokrOEOlw@z> commit: 5f91e34dcdf6a0bc0b893caccb03c389a1b163d6 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 21 10:22:03 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 21 10:22:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f91e34d eclass/docs: fix comment Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> eclass/docs.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/docs.eclass b/eclass/docs.eclass index b97f346..e537447 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -266,9 +266,9 @@ doxygen_setup() { ${DOCDEPEND}" } -# @FUNCTION: mkdocs_compile +# @FUNCTION: doxygen_compile # @DESCRIPTION: -# Calls mkdocs to build docs. +# Calls doxygen to build docs. # # If you overwrite src_compile or python_compile_all # do not call this function, call docs_compile instead